make distclean invoke cleantools (#158)

This commit is contained in:
wRadion 2022-08-26 02:30:19 +02:00 committed by GitHub
parent 9565a32811
commit 3a491421d7
1 changed files with 15 additions and 15 deletions

View File

@ -1207,7 +1207,7 @@ clean:
cleantools: cleantools:
$(MAKE) -s -C $(TOOLS_DIR) clean $(MAKE) -s -C $(TOOLS_DIR) clean
distclean: clean distclean: clean cleantools
$(PYTHON) extract_assets.py --clean $(PYTHON) extract_assets.py --clean
test: $(ROM) test: $(ROM)