summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-06-01 12:32:58 -0400
committerGitHub <noreply@github.com>2019-06-01 12:32:58 -0400
commit2812a2bd7aa298acb9fbcfd456a31b9cfb02ce0e (patch)
treec933af728ccc482dcdbd21552d0c8d7147dff285 /Makefile
parent405a4352c32b6fc33c0222fc9d526cc2cb8f7252 (diff)
parente66ebaa1f5eddb1295b61fc975ff0a98c07250ba (diff)
Merge pull request #59 from garakmon/mon_sprites
Move Mon Graphics
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05ac09c21..a59f032bb 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ OBJS_REL := $(patsubst $(OBJ_DIR)/%,%,$(OBJS))
all: rom
-rom: $(ROM)
+rom: tools $(ROM)
tools:
@$(MAKE) -C tools/gbagfx