diff --git a/Makefile b/Makefile index 61e21933..ca7a253b 100644 --- a/Makefile +++ b/Makefile @@ -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)