shithub: riscv

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