shithub: riscv

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