From 9a54ea186c2c7646d014b97774adfc418e9ab9c9 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 7 Feb 2015 20:32:06 -0600 Subject: matlab: step0 and step1 basics. --- matlab/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 matlab/Makefile (limited to 'matlab/Makefile') diff --git a/matlab/Makefile b/matlab/Makefile new file mode 100644 index 0000000..db69428 --- /dev/null +++ b/matlab/Makefile @@ -0,0 +1,13 @@ +SOURCES_BASE = Reader.m types/Symbol.m reader.m printer.m +#SOURCES_LISP = env.m core.m stepA_interop.m +SOURCES_LISP = step1_read_print.m +SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) + + +.PHONY: stats tests $(TESTS) + +stats: $(SOURCES) + @wc $^ + +stats-lisp: $(SOURCES_LISP) + @wc $^ -- cgit v1.2.3