shithub: riscv

ref: 243cb68011ac5335bb2f9fc146d0f6be2d283fa9
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
	}