shithub: riscv

ref: 3cdaf6ea5f649e9b89608d7fbd2ddb0e5cb52af4
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
	}