From: Paul Brossier Date: Thu, 22 Oct 2015 17:59:55 +0000 (+0200) Subject: Makefile: update to waf 1.8.14 X-Git-Tag: 0.4.4~300^2~364 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=e330033d2cdc3ae81130a50dc96f9d4d619cf5ab;p=aubio.git Makefile: update to waf 1.8.14 --- diff --git a/Makefile b/Makefile index f1258be7..160477f6 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ checkwaf: @[ -f waf ] || make getwaf getwaf: - curl https://waf.io/waf-1.8.12 > waf + 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-*