shithub: fuzz

ref: a8e375480aafc8e2dd7181460d185538085006b2
dir: /mkfile/

View raw version
</$objtype/mkfile

TARG = fuzz

BIN = /$objtype/bin

OFILES = main.$O \
		input.$O \
		mutate.$O \
		list.$O \
		inlist.$O

HFILES = fuzz.h list.h mutate.h

MAN = fuzz.man

</sys/src/cmd/mkone

# Add things after this line

debug: nuke
	 mk all 'CFLAGS=$CFLAGS -DDEBUG'