From d90c784472f6131f28612eb6eaa02404e002178d Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 16 Feb 2015 00:01:10 -0600 Subject: miniMAL: stepA. Comments. Add impl Makefile for stats. --- miniMAL/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 miniMAL/Makefile (limited to 'miniMAL/Makefile') diff --git a/miniMAL/Makefile b/miniMAL/Makefile new file mode 100644 index 0000000..9e31c40 --- /dev/null +++ b/miniMAL/Makefile @@ -0,0 +1,12 @@ + +SOURCES_BASE = node_readline.js miniMAL-core.json \ + types.json reader.json printer.json +SOURCES_LISP = env.json core.json stepA_interop.json +SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) + +.PHONY: stats tests $(TESTS) + +stats: $(SOURCES) + @wc $^ +stats-lisp: $(SOURCES_LISP) + @wc $^ -- cgit v1.2.3