Makefile 81 B

123456789
  1. test:
  2. @node_modules/.bin/tape test/*.js
  3. bench:
  4. @node bench.js
  5. .PHONY: test