Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
6 lines
55 B
Makefile
6 lines
55 B
Makefile
|
|
test:
|
|
@node_modules/.bin/tape test.js
|
|
|
|
.PHONY: test
|
|
|