X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=blobdiff_plain;f=Makefile;h=4e0908e4cdeefe2ff459647eff2e9db9f63ffb10;hp=becce0e48c936a871bebc3e3fc045f48d9db8a23;hb=625240fe303fcd447bf7205396cdde57918b4d0c;hpb=4fbdc0484237775b8eafd301f72e19973efc288d 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