X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=Makefile;h=4e0908e4cdeefe2ff459647eff2e9db9f63ffb10;hb=766fa9aa5bd477e54a44f045e955d45eb267ebf2;hp=becce0e48c936a871bebc3e3fc045f48d9db8a23;hpb=45d3ec1437cf661533bc7750c623865def4424df;p=ardour.git diff --git a/Makefile b/Makefile index becce0e48c..4e0908e4cd 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,7 @@ -all: scons - -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