tools: better clean
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user