From: Paul Brossier Date: Fri, 22 Jul 2016 19:31:10 +0000 (+0200) Subject: Makefile: use scripts/get_waf.sh X-Git-Tag: 0.4.4~276 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=65fc06ffc46d76633eb577a181a38fb9a4fa50f2 Makefile: use scripts/get_waf.sh --- diff --git a/Makefile b/Makefile index f9d4ac5d..a050ef70 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,7 @@ checkwaf: @[ -f waf ] || make getwaf getwaf: - @( which wget > /dev/null && wget -qO waf $(WAFURL) ) || ( which curl > /dev/null && curl $(WAFURL) > waf ) - @chmod +x waf + @./scripts/get_waf.sh expandwaf: @[ -d wafilb ] || rm -fr waflib