2019-02-17 18:07:28 +01:00

7 lines
55 B
Makefile
Executable File

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