mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 21:40:03 +00:00
Make distclean delete build artifacts for all versions (#1909)
This commit is contained in:
parent
63a95da5db
commit
b9d1fe50cc
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
@ -350,8 +350,10 @@ assetclean:
|
|||
$(RM) -r $(BUILD_DIR)/assets
|
||||
$(RM) -r .extracted-assets.json
|
||||
|
||||
distclean: clean assetclean
|
||||
$(RM) -r $(BASEROM_SEGMENTS_DIR)
|
||||
distclean: assetclean
|
||||
$(RM) -r baseroms/*/segments
|
||||
$(RM) -r extracted/
|
||||
$(RM) -r build/
|
||||
$(MAKE) -C tools distclean
|
||||
|
||||
venv:
|
||||
|
|
Loading…
Reference in a new issue