aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d88784e5..d08a58ad 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.141 2009-06-26 16:01:12 nicm Exp $
+# $Id: Makefile,v 1.142 2009-07-01 22:10:06 nicm Exp $
.SUFFIXES: .c .o
.PHONY: clean
VERSION= 0.9
-FDEBUG= 1
+#FDEBUG= 1
CC?= cc
CFLAGS+= -DBUILD="\"$(VERSION)\""