shithub: purgatorio

ref: 354b56d6bfdca067a6f04a39c4ce4bc9c0160861
dir: purgatorio/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