shithub: riscv

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