shithub: riscv

ref: 50bdbb8f48b7bcfc05f201c4e1bf04d09b76f139
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
	}