stage1_2/Makefile
changeset 172 bfa2e7806d7d
parent 159 1e4eb0d48385
child 243 bdfee1f5be9e
child 257 90782e241346
--- a/stage1_2/Makefile	Mon Mar 02 09:27:55 2009 +0100
+++ b/stage1_2/Makefile	Thu Mar 19 16:21:30 2009 +0100
@@ -12,12 +12,18 @@
 	-rm -f iec.flex.c iec.y.cc iec.y.hh iec.y.output
 	-rm -f iec.noerrorcheck.y
 	-rm -f test_flex
+	-rm -f stage1_2.o
+	-rm -f iec.y.o
+	-rm -f iec.flex.o
+
 
 CFLAGS += -I. -I../* -I../../absyntax
 
 iec.flex.c: iec.flex
 	flex -oiec.flex.c iec.flex
 
+stage1_2.cc: iec.y.hh
+
 iec.flex.o: iec.y.hh iec.flex.c
 	$(CXX) -c iec.flex.c -D DEFAULT_LIBDIR='"$(IECLIBDIR)"' $(CFLAGS)