improved; now also runs with interpreter

This commit is contained in:
ceriel
1988-04-27 13:01:25 +00:00
parent 9e0608ba39
commit ff5eb6dffc
2 changed files with 10 additions and 9 deletions

View File

@@ -1,2 +1,10 @@
echo test profiling
make -k "`grep CEM= ../makefile`" ${1-gen}
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