shithub: riscv

ref: 2d2ffac86f788ac6bed73d873f837bbd9849a2e4
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
	}