shithub: riscv

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