mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
update clean recipe to handle versions
This commit is contained in:
parent
89f11fc142
commit
cf786a6c15
6
Makefile
6
Makefile
@ -444,11 +444,11 @@ assets:
|
|||||||
clean:
|
clean:
|
||||||
rm -f torch.hash.yml
|
rm -f torch.hash.yml
|
||||||
@git clean -fdx asm/$(VERSION)
|
@git clean -fdx asm/$(VERSION)
|
||||||
@git clean -fdx bin/
|
@git clean -fdx bin/$(VERSION)
|
||||||
@git clean -fdx build/
|
@git clean -fdx build/$(VERSION)
|
||||||
@git clean -fdx src/assets/
|
@git clean -fdx src/assets/
|
||||||
@git clean -fdx include/assets/
|
@git clean -fdx include/assets/
|
||||||
@git clean -fdx linker_scripts/$(REV)/*.ld
|
@git clean -fdx linker_scripts/$(VERSION)/$(REV)/*.ld
|
||||||
|
|
||||||
format:
|
format:
|
||||||
@$(PYTHON) $(TOOLS)/format.py -j $(N_THREADS)
|
@$(PYTHON) $(TOOLS)/format.py -j $(N_THREADS)
|
||||||
|
Loading…
Reference in New Issue
Block a user