summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-01-13 01:31:07 -0500
committeryenatch <yenatch@gmail.com>2018-01-13 01:32:10 -0500
commit84d364819acb147ea7651ec3d890cd0b985e40be (patch)
treeadce246c5e6884da4d66d96965ec32439b6a010d
parent98ee41806e87f5b1cd43bab4dff1466b65aa036c (diff)
add a rule for baserom.gba
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 14768cd2f..fa2acb282 100644
--- a/Makefile
+++ b/Makefile
@@ -168,3 +168,6 @@ $(ELF): $(OBJ_DIR)/ld_script.ld $(OBJS)
$(ROM): $(ELF)
$(OBJCOPY) -O binary --gap-fill 0xFF --pad-to 0x9000000 $< $@
+
+baserom.gba: ;
+ $(error baserom.gba is required to build)