summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans Baier <hansfbaier@googlemail.com>2008-04-29 12:38:46 +0000
committerHans Baier <hansfbaier@googlemail.com>2008-04-29 12:38:46 +0000
commitc0d467f461b936cbb10dc001415c28019c0f74ef (patch)
tree5a2e31d443e1014cbe3729a4be6537f0727176c8 /Makefile
parent58e569c9e12ff1b414bb4a5839425db3baacdae7 (diff)
* added defaults for program change ui gtk2_ardour/ardour3_ui_default.conf
git-svn-id: svn://localhost/ardour2/branches/3.0@3295 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
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