shithub: riscv

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