shithub: riscv

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