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
+1 -1
View File
@@ -8,7 +8,7 @@ build build project into build/forge
run run project with test args run run project with test args
demo run project with demo mode demo run project with demo mode
valgrind valgrind analysis valgrind valgrind analysis
clean-release remove autoconf/automake files full-clean remove build files and untracked files
test-release try to build release test-release try to build release
release-% make full release of version % release-% make full release of version %
release-arch make arch-linux release package release-arch make arch-linux release package
+3 -2
View File
@@ -62,9 +62,10 @@ valgrind: build
--undef-value-errors=no \ --undef-value-errors=no \
./build/$(TARGET) $(RUN_ARGS) ./build/$(TARGET) $(RUN_ARGS)
.PHONY: clean-release .PHONY: full-clean
clean-release: full-clean:
git clean -f -x git clean -f -x
rm -rf **/**/.deps
.PHONY: test-release .PHONY: test-release
test-release: clean clean-release test-release: clean clean-release