projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e69640
)
Makefile: also remove python3 version
author
Paul Brossier
<piem@piem.org>
Sun, 3 Jan 2016 12:52:12 +0000
(13:52 +0100)
committer
Paul Brossier
<piem@piem.org>
Sun, 3 Jan 2016 12:52:12 +0000
(13:52 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
160477f
..
125ec28
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,7
+7,7
@@
getwaf:
curl https://waf.io/waf-1.8.14 > waf
@[ -d wafilb ] || rm -fr waflib
@chmod +x waf && ./waf --help > /dev/null
- @mv .waf*/waflib . && rm -fr .waf
-
*
+ @mv .waf*/waflib . && rm -fr .waf*
@sed '/^#==>$$/,$$d' waf > waf2 && mv waf2 waf
@chmod +x waf