Add fuzzer as part of 'all' standard build target so people know when it breaks.

This commit is contained in:
Graydon Hoare 2011-07-14 17:11:05 -07:00
parent 37b879bdf7
commit ce6a77e24e
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,7 @@ all: rt/$(CFG_RUNTIME) \
stage1/intrinsics.bc \
stage1/lib/glue.o \
stage1/rustc$(X) \
stage1/fuzzer$(X) \
else
@ -213,6 +214,7 @@ all: rt/$(CFG_RUNTIME) \
stage1/intrinsics.bc \
stage1/lib/glue.o \
stage1/rustc$(X) \
stage1/fuzzer$(X) \
stage2/lib/$(CFG_STDLIB) \
stage2/intrinsics.bc \
stage2/lib/glue.o \