shithub: riscv

ref: eb687adecd365876d6b6918a9ee4f8e8e7f205f6
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
	}