diff --git a/Makefile b/Makefile index 1130f36ad..5c4caa4a5 100755 --- a/Makefile +++ b/Makefile @@ -27,6 +27,6 @@ build/FEM: build .PHONY: clean clean: - rm -rvf build - rm -rvf testing - rm -rvf bin + rm -rvf build # standard build directory + rm -rvf testing # for testing build (testing script in PRIVATE) + rm -rvf bin # default binary store location