shithub: riscv

ref: 3ca9ac70c4f41ff57617d4cfcf46caa304db9a01
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
	}