diff options
author | Alex Crichton <alex@alexcrichton.com> | 2014-06-21 23:35:49 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2014-06-22 22:23:27 -0700 |
commit | f06fae1602e857975ba3b3157ef103d38175c8db (patch) | |
tree | 0d29f7f43ea86f62c919a21ff5ea6763830bcb40 /Makefile | |
parent | 3bbf216491b01a72398c26689c9ea14a5810adfc (diff) | |
download | milf-rs-f06fae1602e857975ba3b3157ef103d38175c8db.tar.gz milf-rs-f06fae1602e857975ba3b3157ef103d38175c8db.zip |
Implement Encoder/Decoder for libserialize traits
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |