code: purgatorio

ref: b7af62b250e5dff30320a181ca9d53ab5a7c276d
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