shithub: riscv

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