shithub: riscv

ref: 1df8b3d2c15ae0e8acd4d4f341385d774213d292
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
	}