summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-01 22:10:06 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-01 22:10:06 +0000
commite0a6376690cb37cecb2b5909e895f52244362447 (patch)
tree56a479f04c2ac865612d0baef86838529a6078ff /GNUmakefile
parent190375617135489a63ccfd035ec111ddcc8e194e (diff)
Comment FDEBUG and bump dist version.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d1e9abf1..80bb5765 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,10 +1,10 @@
-# $Id: GNUmakefile,v 1.106 2009-06-26 16:01:12 nicm Exp $
+# $Id: GNUmakefile,v 1.107 2009-07-01 22:10:06 nicm Exp $
.PHONY: clean
VERSION= 0.9
-FDEBUG= 1
+#FDEBUG= 1
CC?= gcc
CFLAGS+= -DBUILD="\"$(VERSION)\""