shithub: riscv

ref: 9e8fc02528d531c922e75395b5a7037904445d4b
dir: /sys/src/ape/lib/ap/mkfile/

View raw version
APE=/sys/src/ape
<$APE/config

DIRS=gen math plan9 posix stdio syscall

default:V:	all

install all:V:
	for(i in $DIRS $objtype)@{
		echo $i
		cd $i
		mk $MKFLAGS $target
	}

installall:V:
	for(objtype in $CPUS) mk $MKFLAGS install


clean nuke:V:
	for(i in $DIRS $CPUS)@{
		echo $i
		cd $i
		mk $MKFLAGS $target
	}