shithub: riscv

ref: 95d41e8ff4fb5a282e7cf55c4fa82eeb1950eb63
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
	}