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