shithub: riscv

ref: 64136bfd1670e1b3bae08684c6c4bb9dfc710043
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
	}