Added a "-f" flag to the "rm"
This commit is contained in:
parent
90cae7c6a5
commit
b9be625e9b
|
@ -1,3 +1,3 @@
|
|||
make "TS=$1"
|
||||
make "P=$1" -fk ../makefile $2
|
||||
rm $1.[ckmos]
|
||||
rm -f $1.[ckmos]
|
||||
|
|
Loading…
Reference in a new issue