shithub: riscv

ref: 5c1803e1adc869ef6781eb65d2ee08b30326aee1
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
	}