diff options
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 |