summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-08-02 15:58:00 +0100
committerGitHub <noreply@github.com>2020-08-02 15:58:00 +0100
commit974b44eb875dfd435c23aec79936dd3fd2f5d1f0 (patch)
tree8a3435da4c658e9654d4510c4bf0da0a1ffa9e45 /Makefile
parent5beb002bb50ee5aec156c24352e28c66c46f0474 (diff)
parent86f91447c8fb6eb22362d3d4710bad0d587c1137 (diff)
Merge pull request #254 from PikalaxALT/pikalax_work
Implement msgenc and decode text messages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a9b1e06..ec226d5b 100644
--- a/Makefile
+++ b/Makefile
@@ -87,6 +87,7 @@ MWCCARM = tools/mwccarm/$(MWCCVERSION)/mwccarm.exe
# TODO: Is there a hack workaround to let us go back to GNU LD? Ideally, the
# only dependency should be MWCCARM.
KNARC = tools/knarc/knarc$(EXE)
+MSGENC = tools/msgenc/msgenc$(EXE)
MWLDARM = tools/mwccarm/$(MWCCVERSION)/mwldarm.exe
MWASMARM = tools/mwccarm/$(MWCCVERSION)/mwasmarm.exe
SCANINC = tools/scaninc/scaninc$(EXE)
@@ -159,6 +160,7 @@ clean-fs:
$(RM) $(filter %.narc %.arc,$(HOSTFS_FILES))
$(RM) $(NCGR_CLEAN_LIST) $(NCLR_CLEAN_LIST)
find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' \) -exec $(RM) {} +
+ $(RM) files/msgdata/msg/narc_*.bin
mostlyclean: tidy
$(MAKE) -C arm9 mostlyclean