summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-09-10 20:03:10 -0400
committeryenatch <yenatch@gmail.com>2016-09-10 20:10:15 -0400
commit6ebfff0e05dee081f36d0be2a6dd46de9dac3e71 (patch)
tree08a930fc8dac7b0f126a853bd0e9954f75d184b0 /Makefile
parentbe8620123ad13a51ce34c2fd3e1b52346baeb28a (diff)
Sapphire now builds.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2d953ef03..f6f30cd6d 100644
--- a/Makefile
+++ b/Makefile
@@ -57,9 +57,7 @@ pokesapphire_OBJS := $(OBJS:.o=_sapphire.o)
ROM := pokeruby.gba pokesapphire.gba
ELF := $(ROM:.gba=.elf)
-all: ruby
- @:
-both: ruby sapphire
+all: ruby sapphire
@:
ruby: pokeruby.gba
@: