source: Dev/trunk/node_modules/should/Makefile @ 532

Last change on this file since 532 was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 144 bytes
Line 
1
2test:
3        @./node_modules/.bin/mocha \
4                --ui exports
5
6browser:
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.