mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
update clean recipe to handle versions
This commit is contained in:
@@ -444,11 +444,11 @@ assets:
|
||||
clean:
|
||||
rm -f torch.hash.yml
|
||||
@git clean -fdx asm/$(VERSION)
|
||||
@git clean -fdx bin/
|
||||
@git clean -fdx build/
|
||||
@git clean -fdx bin/$(VERSION)
|
||||
@git clean -fdx build/$(VERSION)
|
||||
@git clean -fdx src/assets/
|
||||
@git clean -fdx include/assets/
|
||||
@git clean -fdx linker_scripts/$(REV)/*.ld
|
||||
@git clean -fdx linker_scripts/$(VERSION)/$(REV)/*.ld
|
||||
|
||||
format:
|
||||
@$(PYTHON) $(TOOLS)/format.py -j $(N_THREADS)
|
||||
|
||||
Reference in New Issue
Block a user