fix OSX compilation
[ardour.git] / Makefile
index becce0e48c936a871bebc3e3fc045f48d9db8a23..4e0908e4cdeefe2ff459647eff2e9db9f63ffb10 100644 (file)
--- 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