shithub: riscv

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