Makefile 55 B

123456
  1. test:
  2. @node_modules/.bin/tape test.js
  3. .PHONY: test