shithub: riscv

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