From bbeb1b87c2b848189c0f71c93cf4b70b32d45a4d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 5 Mar 2015 00:22:43 -0800 Subject: Update Rust code to the current Rust nightly Lots of changes! Hopefully everything is still semantically equivalent (tests still pass) --- rust/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/Makefile') diff --git a/rust/Makefile b/rust/Makefile index fa1edc9..c71289d 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -3,7 +3,7 @@ SOURCES_BASE = src/types.rs src/readline.rs \ src/reader.rs src/printer.rs \ src/env.rs src/core.rs -SOURCES_LISP = src/env.rs src/core.rs src/stepA_mal.rs +SOURCES_LISP = src/env.rs src/core.rs src/bin/stepA_mal.rs SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) ##################### @@ -28,7 +28,7 @@ clean: cargo clean rm -f mal -.PHONY: stats stats-lisp +.PHONY: stats stats-lisp mal stats: $(SOURCES) @wc $^ -- cgit v1.2.3