diff options
author | stuconnolly <stuart02@gmail.com> | 2012-01-29 16:12:17 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-01-29 16:12:17 +0000 |
commit | 3668ca91ff3f9432b23772171aec58bc289459e2 (patch) | |
tree | 2c72033babf061e25765273fd5d54015118a731b /Makefile | |
parent | fd3b64dfbbc445d52961784176eec8572f2c7880 (diff) | |
download | sequelpro-3668ca91ff3f9432b23772171aec58bc289459e2.tar.gz sequelpro-3668ca91ff3f9432b23772171aec58bc289459e2.tar.bz2 sequelpro-3668ca91ff3f9432b23772171aec58bc289459e2.zip |
Set the default build config to Debug in the Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # $Id$ -CONFIG=Release +CONFIG=Debug BUILD_CONFIG?=$(CONFIG) |