shithub: riscv

ref: 4be3d64abb25ed9f3203380fcb02bbcd991c47d9
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
	}