shithub: riscv

ref: bb95002c2d47ab00764a183c200c7fd9ecb3c12a
dir: /sys/src/ape/lib/openssl/mkfile/

View raw version
DIRS=ssl crypto apps

default:V:	all

all clean nuke install installall:V:
	for (i in $DIRS) @{
		cd $i
		mk $target
	}