aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-05-05 20:56:02 -0400
committerBrian Anderson <[email protected]>2011-05-10 21:31:14 -0400
commita5ea56c6f09c885d2bc9598419456c221ebb6831 (patch)
tree4d4c44131ab5a9dbb5ce3ac6268eeae5271f2d74 /Makefile.in
parentrustc: Don't interleave allocas with stores when copying arguments to allocas (diff)
downloadrust-a5ea56c6f09c885d2bc9598419456c221ebb6831.tar.xz
rust-a5ea56c6f09c885d2bc9598419456c221ebb6831.zip
Introduce the fuzzer crate and make rules
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 534293d0..7bb89ebe 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -211,3 +211,4 @@ include $(CFG_SRC_DIR)/mk/dist.mk
include $(CFG_SRC_DIR)/mk/snap.mk
include $(CFG_SRC_DIR)/mk/clean.mk
include $(CFG_SRC_DIR)/mk/autodep.mk
+include $(CFG_SRC_DIR)/mk/fuzzer.mk