shithub: riscv

ref: 72a168b5fb1d3b40bf6c8051d06d7237f27a7d2b
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
	}