Travis: comment out self-host tests in master.
[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
81c807c9
JM
7all: node_modules
8
9node_modules:
10 npm install
11
d90c7844
JM
12.PHONY: stats tests $(TESTS)
13
14stats: $(SOURCES)
15 @wc $^
16stats-lisp: $(SOURCES_LISP)
17 @wc $^