From 311a18ee9a811e4f380379ba750cd0887bbfd3a0 Mon Sep 17 00:00:00 2001 From: golem galvanize Date: Sat, 20 Jan 2018 22:58:42 -0500 Subject: edit instructions and makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3