: $K
set M
: install APL
:
as -o empty.o empty.s
as -o ax.o ax.s
as -o wait0.o wait0.s
as -o wait1.o wait1.s
yacc apl.y
cc -i -O -o apl a?.c y.tab.c ax.o wait?.o empty.o -ly
: SYSGEN COMPLETE
