You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
204 B

7 years ago
  1. REPORTER = dot
  2. build: blob.js
  3. blob.js:
  4. @./node_modules/.bin/browserify --standalone blob index.js > blob.js
  5. test:
  6. @./node_modules/.bin/zuul -- test/index.js
  7. clean:
  8. rm blob.js
  9. .PHONY: test blob.js