shithub: riscv

ref: 34f3df213c0141d904dbe69ff6cf16bc3cfae28c
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
	}