shithub: riscv

ref: 94fd92cb6903b7b1319d8f87bf6cdfd86c43b125
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
	}