trunk: changeset 13

Sun, 14 May 2000 18:58:42 +0200

author
tuomov
date
Sun, 14 May 2000 18:58:42 +0200
changeset 10
ab335fe0d26d
parent 9
55e7f2ff6021
child 11
3ea4e7930c5b

trunk: changeset 13
Use $(ANSI_SOURCE)

Makefile file | annotate | diff | comparison | revisions
--- a/Makefile	Sat Apr 29 15:35:45 2000 +0200
+++ b/Makefile	Sun May 14 18:58:42 2000 +0200
@@ -8,6 +8,7 @@
 ######################################
 
 INCLUDES += -I./include
+CFLAGS += $(ANSI_SOURCE)
 
 OBJS= misc.o output.o util.o optparser.o parser.o tokenizer.o
 

mercurial