shithub: riscv

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