Travis: comment out self-host tests in master.
[jackhill/mal.git] / miniMAL / Makefile
index 8c838d3..760413d 100644 (file)
@@ -4,6 +4,11 @@ SOURCES_BASE = node_readline.js miniMAL-core.json \
 SOURCES_LISP = env.json core.json stepA_mal.json
 SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
 
+all: node_modules
+
+node_modules:
+       npm install
+
 .PHONY: stats tests $(TESTS)
 
 stats: $(SOURCES)