Travis: fix/activate miniMAL. Simplify .travis*
[jackhill/mal.git] / miniMAL / Makefile
CommitLineData
d90c7844
JM
1
2SOURCES_BASE = node_readline.js miniMAL-core.json \
3 types.json reader.json printer.json
90f618cb 4SOURCES_LISP = env.json core.json stepA_mal.json
d90c7844
JM
5SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
6
7.PHONY: stats tests $(TESTS)
8
9stats: $(SOURCES)
10 @wc $^
11stats-lisp: $(SOURCES_LISP)
12 @wc $^