Files
julia-runtest/node_modules/delayed-stream/Makefile
David Anthoff c0c6ce37ca Add node deps
2019-09-14 21:05:22 -07:00

8 lines
57 B
Makefile

SHELL := /bin/bash
test:
@./test/run.js
.PHONY: test