diff options
| author | Joel Martin <github@martintribe.org> | 2014-03-24 16:32:24 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-03-24 16:32:24 -0500 |
| commit | 3169070063b2cb877200117ebb384269d73bcb93 (patch) | |
| tree | 23de3db1ea5c37afd21a45b6ed7771f56a08c0c4 /java/Makefile | |
| download | mal-3169070063b2cb877200117ebb384269d73bcb93.tar.gz mal-3169070063b2cb877200117ebb384269d73bcb93.zip | |
Current state of mal for Clojure West lighting talk.
Diffstat (limited to 'java/Makefile')
| -rw-r--r-- | java/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile new file mode 100644 index 0000000..ccbd6c5 --- /dev/null +++ b/java/Makefile @@ -0,0 +1,19 @@ + +TESTS = + + +SOURCES = src/main/java/mal/types.java src/main/java/mal/readline.java \ + src/main/java/mal/reader.java src/main/java/mal/Env.java \ + src/main/java/mal/step5_tco.java + +#.PHONY: stats tests $(TESTS) +.PHONY: stats + +stats: $(SOURCES) + @wc $^ + +#tests: $(TESTS) +# +#$(TESTS): +# @echo "Running $@"; \ +# python $@ || exit 1; \ |
