shithub: front

ref: 8f4053d1efa1ee75a7bea09e624f1134d71a289a
dir: /sys/src/boot/mkfile/

View raw version
ARCH=\
	bcm\
	bitsy\
	efi\
	honeycomb\
	pc\
	qemu\
	reform\
	zynq\

all:V:
	for(i in $ARCH)@{
		cd $i
		mk
	}

installall install:V:
	for(i in $ARCH) @{
		cd $i
		mk install
	}

clean:V:
	for(i in $ARCH) @{
		cd $i
		mk clean
	}