From 376263d92514f0e55daee8ea0c33cd226da1e97c Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Thu, 22 May 2008 12:06:20 +0000 Subject: * added XPath support to pbd/xml++ git-svn-id: svn://localhost/ardour2/branches/3.0@3384 d708f5d6-7413-0410-9779-e7cbd77b26cf --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index becce0e48c..78ceca161c 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,13 @@ -all: scons +all: + true + #make sconsi + #./build-tmp.sh scons: - scons + scons DEBUG=1 DIST_TARGET=i686 -j 3 sconsi: - scons --implicit-deps-unchanged + scons --implicit-deps-unchanged DEBUG=1 DIST_TARGET=i686 -j 3 cscope: cscope.out -- cgit v1.2.3