Makefile 55 Bytes
Newer Older
Phattaraphon Pewruang's avatar
Phattaraphon Pewruang committed
1 2 3 4 5 6

test:
	@node_modules/.bin/tape test.js

.PHONY: test