matlab: add step8
[jackhill/mal.git] / matlab / Makefile
1 SOURCES_BASE = Reader.m types/Symbol.m reader.m printer.m
2 #SOURCES_LISP = env.m core.m stepA_interop.m
3 SOURCES_LISP = step1_read_print.m
4 SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
5
6
7 .PHONY: stats tests $(TESTS)
8
9 stats: $(SOURCES)
10 @wc $^
11
12 stats-lisp: $(SOURCES_LISP)
13 @wc $^