tools: better clean

This commit is contained in:
2026-05-15 00:24:16 +02:00
parent 1b3d6464de
commit 365fee352e
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -62,9 +62,10 @@ valgrind: build
--undef-value-errors=no \
./build/$(TARGET) $(RUN_ARGS)
.PHONY: clean-release
clean-release:
.PHONY: full-clean
full-clean:
git clean -f -x
rm -rf **/**/.deps
.PHONY: test-release
test-release: clean clean-release