X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=Makefile;h=4e0908e4cdeefe2ff459647eff2e9db9f63ffb10;hb=cf08eaa32d0d7b17f44cec616f3c9bb0430ba19c;hp=becce0e48c936a871bebc3e3fc045f48d9db8a23;hpb=99904735e066804358f1d0bd138a84f1e9ecda91;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