shithub: riscv

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