Makefile: update waf to 1.8.20
authorPaul Brossier <piem@piem.org>
Fri, 22 Apr 2016 14:33:19 +0000 (16:33 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 22 Apr 2016 14:33:19 +0000 (16:33 +0200)
Makefile

index b8d6c62..b50e258 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ checkwaf:
        @[ -f waf ] || make getwaf
 
 getwaf:
-       curl https://waf.io/waf-1.8.14 > waf
+       curl https://waf.io/waf-1.8.20 > waf
        @chmod +x waf
 
 expandwaf: