shithub: riscv

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