Makefile 60 B

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