X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=Makefile;h=4e0908e4cdeefe2ff459647eff2e9db9f63ffb10;hb=d0126be806c862b0a622075f2adc035b870ac662;hp=1a39c6d1797148bd0da67fd28b97c427b18c2aea;hpb=46af8c0211a9b7a00fbb9e6cfee362d752399157;p=ardour.git diff --git a/Makefile b/Makefile index 1a39c6d179..4e0908e4cd 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,7 @@ -all: scons cscope - -scons: - scons - -sconsi: - scons --implicit-deps-unchanged +all: waf +waf: + ./waf cscope: cscope.out cscope.out: cscope.files @@ -14,4 +10,4 @@ cscope.out: cscope.files cscope.files: find . -name '*.[ch]' -o -name '*.cc' > $@ -.PHONY: all cscope.files sconsi cscope +.PHONY: all cscope.files sconsi cscope waf