summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1aaaf46..4436af4 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ $(HEXTOSYX):
47 47
48# build the simulator (it's a very basic test of the code before it runs on the device!) 48# build the simulator (it's a very basic test of the code before it runs on the device!)
49$(SIMULATOR): 49$(SIMULATOR):
50 $(HOST_GCC) -O0 -std=c99 -Iinclude $(TOOLS)/simulator.c $(SOURCES) -o $(SIMULATOR) 50 $(HOST_GCC) -g3 -O0 -std=c99 -Iinclude $(TOOLS)/simulator.c $(SOURCES) -o $(SIMULATOR)
51 51
52$(HEX): $(ELF) 52$(HEX): $(ELF)
53 $(OBJCOPY) -O ihex $< $@ 53 $(OBJCOPY) -O ihex $< $@