projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6121dd4
)
Makefile: add clean target
author
Paul Brossier
<piem@piem.org>
Sat, 1 Aug 2015 00:14:31 +0000
(
02:14
+0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 1 Aug 2015 00:14:31 +0000
(
02:14
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
58d806b
..
e140665
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-15,6
+15,9
@@
build: checkwaf
./waf configure
./waf build
+clean:
+ ./waf clean
+
distcheck: build
./waf distcheck