shithub: riscv

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