fix: better full-clean
This commit is contained in:
+2
-1
@@ -68,7 +68,8 @@ valgrind: build/$(TARGET)
|
||||
.PHONY: full-clean
|
||||
full-clean:
|
||||
git clean -f -x
|
||||
rm -rf **/**/.deps
|
||||
rm -rf */*/.deps
|
||||
rm -rf */.deps
|
||||
|
||||
.PHONY: test-release
|
||||
test-release: clean full-clean
|
||||
|
||||
Reference in New Issue
Block a user