X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=Makefile;h=4e0908e4cdeefe2ff459647eff2e9db9f63ffb10;hb=994df3aaa370125d3fa442baa38392a32c640e69;hp=4b80bc8285399327999c814dfce048f57ab6dddb;hpb=52b4b464f9657860e07b224564245ce22ea03df8;p=ardour.git diff --git a/Makefile b/Makefile index 4b80bc8285..4e0908e4cd 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +all: waf + +waf: + ./waf cscope: cscope.out cscope.out: cscope.files @@ -6,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