shithub: fuzz

ref: bca057e3578a3fab0e7a0e8346a631e598c5b3f4
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'