ack/lang/cem/ctest/ctprof/run

11 lines
186 B
Plaintext
Raw Normal View History

1985-02-06 21:25:27 +00:00
echo test profiling
case ${1-gen} in
gen|tp.cem.r)
make -k "`grep CEM= ../makefile`" tp.cem
make "P=tp" -fsk ../makefile ${1-gen}
;;
*)
make -k "`grep CEM= ../makefile`" $1
;;
esac