shithub: riscv

ref: 6f58f7fed4e6e00e6632ff9fe5bc56e75879424f
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
	}