shithub: riscv

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