aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-06-21 23:35:49 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-06-22 22:23:27 -0700
commitf06fae1602e857975ba3b3157ef103d38175c8db (patch)
tree0d29f7f43ea86f62c919a21ff5ea6763830bcb40 /Makefile
parent3bbf216491b01a72398c26689c9ea14a5810adfc (diff)
downloadmilf-rs-f06fae1602e857975ba3b3157ef103d38175c8db.tar.gz
milf-rs-f06fae1602e857975ba3b3157ef103d38175c8db.zip
Implement Encoder/Decoder for libserialize traits
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c06948b..4500730 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ all: $(LIB)
$(LIB): src/toml.rs
@mkdir -p $(@D)
- $(RUSTC) -O $< --out-dir $(@D) --dep-info
+ $(RUSTC) $< --out-dir $(@D) --dep-info
check: $(TEST) doctest
$(TEST)