projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2601a56
)
Clean _info files too.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 4 Aug 2008 03:43:58 +0000
(13:43 +1000)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 4 Aug 2008 03:43:58 +0000
(13:43 +1000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 405ed8e06313997c1d0970223c86e821e37b066a..0e31fa641dcb62dd9a0279fb9012133e78841206 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-32,7
+32,7
@@
test-ccan/%: tools/run_tests ccan/%.o
ccanlint: tools/ccanlint/ccanlint
clean: tools-clean
- $(RM) `find . -name '*.o'` `find . -name '.depends'` `find . -name '*.a'`
+ $(RM) `find . -name '*.o'` `find . -name '.depends'` `find . -name '*.a'`
`find . -name _info`
$(RM) inter-depends lib-depends test-depends
inter-depends: $(ALL_DEPENDS)