shithub: riscv

ref: 0ac099e6b444837f0f91c8fecc6719bd3c63eb44
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
	}