mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-24 21:15:12 +00:00
cleanup old mod dir every compile
This commit is contained in:
parent
42f2a8d289
commit
a31ddaff9d
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -599,6 +599,9 @@ endif
|
||||||
|
|
||||||
MOD_DIR := mods
|
MOD_DIR := mods
|
||||||
|
|
||||||
|
# Remove old mod dir
|
||||||
|
_ := $(shell rm -rf ./$(BUILD_DIR)/$(MOD_DIR))
|
||||||
|
|
||||||
# Automatic dependency files
|
# Automatic dependency files
|
||||||
DEP_FILES := $(O_FILES:.o=.d) $(ULTRA_O_FILES:.o=.d) $(GODDARD_O_FILES:.o=.d) $(BUILD_DIR)/$(LD_SCRIPT).d
|
DEP_FILES := $(O_FILES:.o=.d) $(ULTRA_O_FILES:.o=.d) $(GODDARD_O_FILES:.o=.d) $(BUILD_DIR)/$(LD_SCRIPT).d
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue