From f82598ca2df5beae705823bd5105af859cae2cdb Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 20 Sep 2009 18:54:21 +0000 Subject: 1.0. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 568a82f4..62ba246d 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.148 2009-08-26 08:58:39 nicm Exp $ +# $Id: Makefile,v 1.149 2009-09-20 18:54:21 nicm Exp $ .SUFFIXES: .c .o .PHONY: clean VERSION= 1.0 -FDEBUG= 1 +#FDEBUG= 1 CC?= cc CFLAGS+= -DBUILD="\"$(VERSION)\"" -- cgit