ack/lang/cem/ctest/ctprof/run
1989-11-20 14:35:23 +00:00

11 lines
213 B
Plaintext

echo test profiling
case ${1-gen} in
gen|tp.cem.r)
make -k "CEM=${CEM-acc}" tp.cem
make "P=tp" "CEM=${CEM-acc}" "RUN=${RUN-}" -fsk ../makefile ${1-gen}
;;
*)
make -k "CEM=${CEM-acc}" "RUN=${RUN-}" $1
;;
esac