source:
Dev/trunk/node_modules/should/Makefile
@
484
Last change on this file since 484 was 484, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 144 bytes |
Line | |
---|---|
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.