shithub: riscv

ref: 9de8d61fe6a08ec9bb021bf13fcd6536b797d1ea
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
	}