From 380f3a12dca0cce428809dbd4ed79340b0df9ccc Mon Sep 17 00:00:00 2001 From: mescalinum Date: Sun, 13 Sep 2009 00:20:11 +0000 Subject: accept debug variable from cmdline svn path=/trunk/externals/tclpd/; revision=12324 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1