shithub: riscv

ref: 077537baeb0be8a41253327e2dfd8ea8fb63d7cd
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
	}