From a2849f89e7892feee256169398b1d2d82a2b8231 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 14 Apr 2014 23:04:48 -0500 Subject: Mal space cleanup. Ruby Makefile. TODO updates. --- ruby/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ruby/Makefile (limited to 'ruby/Makefile') diff --git a/ruby/Makefile b/ruby/Makefile new file mode 100644 index 0000000..bfaa826 --- /dev/null +++ b/ruby/Makefile @@ -0,0 +1,20 @@ +TESTS = + +SOURCES_BASE = types.rb reader.rb printer.rb +SOURCES_LISP = env.rb core.rb stepA_more.rb +SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) + +#all: mal.rb + +.PHONY: stats tests $(TESTS) + +stats: $(SOURCES) + @wc $^ +stats-lisp: $(SOURCES_LISP) + @wc $^ + +tests: $(TESTS) + +$(TESTS): + @echo "Running $@"; \ + ruby $@ || exit 1; \ -- cgit v1.2.3