fix odd double conditional
[ardour.git] / Makefile
index 78ceca161ce6587fed4efa4e2407b1d8f739331c..4e0908e4cdeefe2ff459647eff2e9db9f63ffb10 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,7 @@
-all: 
-       true
-       #make sconsi
-       #./build-tmp.sh
-
-scons:
-       scons DEBUG=1 DIST_TARGET=i686 -j 3
-
-sconsi:
-       scons --implicit-deps-unchanged DEBUG=1 DIST_TARGET=i686 -j 3
+all: waf
 
+waf:
+       ./waf
 cscope: cscope.out
 
 cscope.out: cscope.files
@@ -17,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