diff Makefile @ 13:c92633098f1d

simulator now properly parses map and accepts input until A is sent to it over stdin
author Mike Pavone <pavone@retrodev.com>
date Sat, 14 Jul 2012 05:15:00 -0700
parents d4ba6138c99e
children 50a456168c25
line wrap: on
line diff
--- a/Makefile	Sat Jul 14 03:07:02 2012 -0700
+++ b/Makefile	Sat Jul 14 05:15:00 2012 -0700
@@ -9,7 +9,7 @@
 all : $(BINS) $(OBJS)
 
 $(OUTDIR)/% : $(OBJDIR)/%.tp.c
-	gcc -I$(TPDIR) -o $@ $< $(TPDIR)/runtime/object.c 
+	gcc -ggdb -I$(TPDIR) -o $@ $< $(TPDIR)/runtime/object.c 
 
 $(OBJDIR)/%.tp.c : $(SRCDIR)/%.tp
 	d8 $(TPC) -- -basedir $(TPDIR)/ $< > $@