aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-13 00:20:11 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-13 00:20:11 +0000
commit380f3a12dca0cce428809dbd4ed79340b0df9ccc (patch)
tree2c9c36dbf32e1af85d11b717144c593666aa0835 /Makefile
parentebe186d9569dbb1294bc1762b18bc29e7b357c70 (diff)
accept debug variable from cmdline
svn path=/trunk/externals/tclpd/; revision=12324
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0aaceb..f394d66 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
#!/usr/bin/make
-DEBUG=0
+DEBUG?=0
OS = linux
ifeq ($(DEBUG),1)