shithub: riscv

ref: 318cd6fbde65ee5c7a4bd513d185fa57cc61c4cd
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
	}