clean:
	rm -rf node_modules

install:
	npm install

test:
	npm test

.PHONY: clean install test
