From f06fae1602e857975ba3b3157ef103d38175c8db Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 21 Jun 2014 23:35:49 -0700 Subject: Implement Encoder/Decoder for libserialize traits --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3