source:
Dev/trunk/node_modules/should/Makefile
Last change on this file was 484, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 144 bytes |
Rev | Line | |
---|---|---|
[484] | 1 | |
2 | test: | |
3 | @./node_modules/.bin/mocha \ | |
4 | --ui exports | |
5 | ||
6 | browser: | |
7 | @browserify lib/should.js -s should --dg false -o should.js | |
8 | ||
9 | .PHONY: test browser |
Note: See TracBrowser
for help on using the repository browser.