modify makefile to support cleanup for testing build

This commit is contained in:
zhangc43 2016-04-20 15:01:02 -04:00
parent 3d0fe23919
commit 137706fa2e
1 changed files with 3 additions and 3 deletions

View File

@ -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