diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-15 20:11:11 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-15 20:11:11 -0400 |
| commit | 13f52f5467e57fe93144f0ec397bb3d40537b870 (patch) | |
| tree | c7c10fbc6401d4b393902d8e17b70a87316144f4 /arm9/Makefile | |
| parent | e3341f1731cc534d9f2695512c220c659bf29c48 (diff) | |
Disassemble some strings
Diffstat (limited to 'arm9/Makefile')
| -rw-r--r-- | arm9/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/Makefile b/arm9/Makefile index b53a5d3c..3cd779fe 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -213,6 +213,7 @@ else NODEP := 1 endif +.PRECIOUS: $(ROM) .PHONY: all clean mostlyclean tidy tools $(TOOLDIRS) patch_mwasmarm MAKEFLAGS += --no-print-directory |
