fixed nametab.B invalid address, and spr_submit with 0 sprites
[mdlife] / Makefile
index 6c173f8..d44e573 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ bin = $(name).bin
 
 warn = -pedantic -Wall
 dbg = -g
-opt = -O3
+#opt = -O3
 def = -D__NO_CTYPE
 inc = -I. -Isrc -Isrc/libc
 
@@ -91,6 +91,10 @@ install: $(bin)
        [ -f /media/usbmass/MEGA/MEGA.RBF ] || cp $(bin) /media/usbmass/MEGA/MEGA.BIN
        umount /media/usbmass
 
+.PHONY: debug
+debug: $(bin)
+       $(TC)gdb $(elf)
+
 # ---- tools ----
 PNGDUMP = tools/pngdump/pngdump