From 3169070063b2cb877200117ebb384269d73bcb93 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 24 Mar 2014 16:32:24 -0500 Subject: Current state of mal for Clojure West lighting talk. --- clojure/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 clojure/Makefile (limited to 'clojure/Makefile') diff --git a/clojure/Makefile b/clojure/Makefile new file mode 100644 index 0000000..d18eb50 --- /dev/null +++ b/clojure/Makefile @@ -0,0 +1,17 @@ + +TESTS = + +SOURCES = src/types.clj src/readline.clj src/reader.clj src/stepA_more.clj + +all: + +.PHONY: stats tests $(TESTS) + +stats: $(SOURCES) + @wc $^ + +tests: $(TESTS) + +$(TESTS): + @echo "Running $@"; \ + lein with-profile XXX$@XXX trampoline run || exit 1; \ -- cgit v1.2.3