shithub: riscv

ref: 4cf00ca6cb40918c8ca89aebf02e8ca41c857e94
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
	}