shithub: riscv

ref: 38c0dfacabb9b4e4ba4f8d6cd96166d355708f7e
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
	}