11 lines
213 B
Plaintext
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
|