shithub: riscv

ref: 8309f15c3669d684da7c3fe2b6748f9362e1cc38
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
	}