do not generate .c files when cleaninmg up
This commit is contained in:
parent
7a946c5bf4
commit
eb02375ee5
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
case $2 in
|
||||||
|
clean)
|
||||||
|
;;
|
||||||
|
*)
|
||||||
make "TS=$1"
|
make "TS=$1"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
make "P=$1" -fk ../makefile $2
|
make "P=$1" -fk ../makefile $2
|
||||||
rm -f $1.[ckmos]
|
rm -f $1.[ckmos]
|
||||||
|
|
Loading…
Add table
Reference in a new issue