shithub: neindaw

ref: 8747033fb429a67053e229b30c323ce1c5a25a54
dir: neindaw/cfg/mkfile

View raw version
</$objtype/mkfile

TARG=\
	cfg\

BIN=/$objtype/bin/daw
CFLAGS=$CFLAGS -I..
OFILES=\
	common.$O\
	cfg.$O\

default:V:	all

common.$O: ../common.c
	$CC $CFLAGS $prereq

</sys/src/cmd/mkone