Removed CFLAGS def. Bug fix (compile error when USE_GNU_REGEX=0).
[egate.git] / fml / Makefile
index 3826a24..00ee88c 100644 (file)
@@ -1,11 +1,11 @@
 # FML interpreter. Europagate, 1995
 #
-# $Id: Makefile,v 1.13 1995/03/01 14:31:23 adam Exp $
+# $Id: Makefile,v 1.14 1995/03/27 12:49:51 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I. $(REGEXINC)
 TPROG1=fmltest
-CFLAGS=-g -Wall -pedantic
+#CFLAGS=-g -Wall -pedantic
 CPP=$(CC) -E
 DEFS=$(INCLUDE) -DUSE_GNU_REGEX=1
 LIB=../lib/fml.a