shithub: riscv

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