Files
memoizee/Makefile
2012-08-06 12:40:20 +02:00

10 lines
75 B
Makefile

SHELL = bash
install:
npm install
test:
npm test
.PHONY: install test