shithub: riscv

ref: 0ca4c2ea45cc83057e969862d32c02a015da1dbc
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
	}