]> mj.ucw.cz Git - umpf.git/blobdiff - Makefile
use clist for headers
[umpf.git] / Makefile
index 726c9c6b93db4a069e34ef9bcb90de113aedb6da..a699feef1a8a5a548ecf9eef8f092bb4bf15b7c2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
 all: brum 
 
 CC=gcc
-CFLAGS=-Wall -W -Wno-pointer-sign -O2 -g
+CFLAGS=-Wall -W -Wno-pointer-sign  -g
 LDLIBS=-lpcre
 
-brum: brum.c cond.tab.o int.o lex.o ham.o
+brum: brum.c cond.tab.o int.o lex.o ham.o lists.o
        gcc -o $@ $^ $(LDLIBS)
 
 cond.tab.o: cond.tab.c lex.o
@@ -15,6 +15,8 @@ int.o: int.c
 
 ham.o: ham.c
 
+lists.o: lists.c
+
 cond.tab.c: cond.y
        bison -dvt cond.y