shithub: riscv

ref: 127f8f048047e03d74001c4bbd50b7c0c09d7c0e
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
	}