Added a "-f" flag to the "rm"

This commit is contained in:
ceriel 1987-02-13 14:20:10 +00:00
parent 90cae7c6a5
commit b9be625e9b

View file

@ -1,3 +1,3 @@
make "TS=$1"
make "P=$1" -fk ../makefile $2
rm $1.[ckmos]
rm -f $1.[ckmos]