mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
make distclean invoke cleantools (#158)
This commit is contained in:
parent
748b7e9134
commit
029dcb9bdb
1 changed files with 15 additions and 15 deletions
2
Makefile
2
Makefile
|
@ -1207,7 +1207,7 @@ clean:
|
|||
cleantools:
|
||||
$(MAKE) -s -C $(TOOLS_DIR) clean
|
||||
|
||||
distclean: clean
|
||||
distclean: clean cleantools
|
||||
$(PYTHON) extract_assets.py --clean
|
||||
|
||||
test: $(ROM)
|
||||
|
|
Loading…
Reference in a new issue