24 lines
544 B
Makefile
24 lines
544 B
Makefile
start = 0
|
|
|
|
default Ä ocamlrun.ppc ocamlrun.68k
|
|
:runtest.mpw -start {start} -run ocamlrun.68k tÅ.ml
|
|
#:runtest.mpw -start {start} -run ocamlrun.ppc tÅ.ml
|
|
|
|
all Ä default
|
|
test Ä default
|
|
|
|
comments Ä
|
|
runtest.mpw -bc tÅ.ml
|
|
|
|
ocamlrun.ppc Ä :::byterun:ocamlrun no68k.rez
|
|
duplicate -y :::byterun:ocamlrun ocamlrun.ppc
|
|
rez -a no68k.rez -o ocamlrun.ppc
|
|
|
|
ocamlrun.68k Ä :::byterun:ocamlrun noppc.rez
|
|
duplicate -y :::byterun:ocamlrun ocamlrun.68k
|
|
rez -a noppc.rez -o ocamlrun.68k
|
|
|
|
clean Ä
|
|
delete -i Å.cm[io] || set status 0
|
|
delete -i a.out
|