shithub: riscv

ref: d6c35b3de89d4ef57286e0b01431775f1fbca8fc
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
	}