summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-04-02 18:54:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-04-02 18:54:33 +0000
commit7ed95f7c37c17d9d13fa1126d5117a17f1906637 (patch)
treefb8d7ae8f8c64a6cafdcba37a19599e35c19ee36 /Makefile
parent7e590cf96cc8090368158c3892e13ab627e87dea (diff)
(FULL) not-yet-complete JACK session management patch (TODO: get program name, vary snapshot name, arrange quit when necessary)
git-svn-id: svn://localhost/ardour2/branches/3.0@6841 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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