shithub: riscv

ref: 72be22cd3ad8236dba47d3c56d1ba8af5b16a1c2
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
	}