summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48eb488..4e4e8c5 100755
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ compare: baserom.gbc tcg.gbc
$(OBJS): $$*.asm $$($$*_dep)
@python $(EXTRAS)/gfx.py 2bpp $(2bppq)
@python $(EXTRAS)/gfx.py 1bpp $(1bppq)
- rgbasm -i src/ -o $@ $<
+ rgbasm -h -i src/ -o $@ $<
tcg.gbc: $(OBJS)
rgblink -n $*.sym -m $*.map -o $@ $^