shithub: riscv

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