6 lines
55 B
Makefile
Executable file
6 lines
55 B
Makefile
Executable file
|
|
test:
|
|
@node_modules/.bin/tape test.js
|
|
|
|
.PHONY: test
|
|
|