shithub: riscv

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