From cf786a6c155a69c7aa582dd0878206e396a7e592 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Tue, 14 May 2024 11:46:46 -0300 Subject: [PATCH] update clean recipe to handle versions --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)