SHELL := /bin/bash
NODE = node

test:
	@$(NODE) ./test/run.js

.PHONY: test
