summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgolem galvanize <golemgalvanize@github.com>2018-01-20 22:58:42 -0500
committergolem galvanize <golemgalvanize@github.com>2018-01-20 22:58:42 -0500
commit311a18ee9a811e4f380379ba750cd0887bbfd3a0 (patch)
treebc02d1c291cb98beba093f72114a81fa31caac04 /Makefile
parentbce63b3694d285765d0ce355560a062212cca84e (diff)
edit instructions and makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8a7777270..b9e2fb289 100644
--- a/Makefile
+++ b/Makefile
@@ -168,5 +168,3 @@ $(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)