shithub: riscv

ref: 79ff9d28bd2c3d447dfb1a7b3fb6ee5634145a7a
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
	}