TUT: add Allclean script into bump2D

This commit is contained in:
Kutalmis Bercin 2019-10-02 18:32:13 +01:00 committed by Andrew Heather
parent 458738f095
commit 5cbfe44d6b

View File

@ -0,0 +1,8 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions
cleanCase
\rm -f *.png
#------------------------------------------------------------------------------