diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-01 21:45:32 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-03 15:58:16 -0400 |
| commit | 93aca8197ac76b60e3f89f386aa96e206b01dfa4 (patch) | |
| tree | 1645f8ef8cce09915e6425ef6f9d7df26caae58e /Makefile | |
| parent | 2a752368b73ca0c28c62ea2c8db069b916403e3a (diff) | |
Implement msgenc and decode script messages
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
