From 7ed95f7c37c17d9d13fa1126d5117a17f1906637 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 2 Apr 2010 18:54:33 +0000 Subject: (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 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3