Makefile 57 B

12345
  1. test:
  2. @node_modules/mocha/bin/mocha $(T)
  3. .PHONY: test