SHELL = bash

install:
	npm install

test:
	npm test

.PHONY: install test
