shithub: fuzz

ref: 51b862e3da2d706f415254ddf3b6074c59ffbcef
dir: fuzz/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 = /sys/man/1

</sys/src/cmd/mkone

# Add things after this line

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