edit instructions and makefile

This commit is contained in:
golem galvanize
2018-01-20 22:58:42 -05:00
parent bce63b3694
commit 311a18ee9a
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -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)