Skip to content

Commit ce6a77e

Browse files
committed
Add fuzzer as part of 'all' standard build target so people know when it breaks.
1 parent 37b879b commit ce6a77e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ all: rt/$(CFG_RUNTIME) \
199199
stage1/intrinsics.bc \
200200
stage1/lib/glue.o \
201201
stage1/rustc$(X) \
202+
stage1/fuzzer$(X) \
202203

203204
else
204205

@@ -213,6 +214,7 @@ all: rt/$(CFG_RUNTIME) \
213214
stage1/intrinsics.bc \
214215
stage1/lib/glue.o \
215216
stage1/rustc$(X) \
217+
stage1/fuzzer$(X) \
216218
stage2/lib/$(CFG_STDLIB) \
217219
stage2/intrinsics.bc \
218220
stage2/lib/glue.o \

0 commit comments

Comments
 (0)