HTMLify
Makefile
Views: 34 | Author: cody
1 2 3 4 | test: @./node_modules/.bin/mocha $(T) --async-only $(TESTS) .PHONY: test |
1 2 3 4 | test: @./node_modules/.bin/mocha $(T) --async-only $(TESTS) .PHONY: test |