不要怂,就是干,撸起袖子干!

Commit f23b638a by Daniel Durante

Improved Makefile a bit, it'll now transverse through deeper directories first.

1 parent 840d4f87
Showing with 1 additions and 1 deletions
test:
@./node_modules/mocha/bin/mocha -c $(find ./test -name "*.test.js")
@./node_modules/mocha/bin/mocha -c $(shell find ./test/* -name "*.test.js")
.PHONY: test
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!