code: purgatorio

ref: 42dfac6916ebbdac65cbec8b3e1a80c3ee41423c
dir: /os/init/mkfile/

View raw version
<../../mkconfig

OBJ=\
	wminit.dis\

all:V:	$OBJ
install:V: all
installall:V: all

clean nuke:V:
	rm -f *.dis *.sbl

INCLD=\
	-I$ROOT/module\

%.dis:	%.b
	limbo $INCLD -gw $stem.b

%.s:	%.b
	limbo $INCLD -w -G -S $stem.b

ir%.dis: ../../appl/lib/ir%.b
	limbo $INCLD -gw $prereq

ir%.s: ../../appl/lib/ir%.b
	limbo $INCLD -w -G -S $prereq