Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
Add a makefile [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
brianloveswords committed Sep 25, 2012
1 parent 4c7b86d commit b9cd11f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Makefile
@@ -0,0 +1,15 @@
list:
@cat Makefile

lint:
@./node_modules/.bin/jshint lib/*.js
test:
@npm test

home:
@open https://github.com/mozilla/openbadges-bakery
issues:
@open https://github.com/mozilla/openbadges-bakery/issues


.PHONY: list test home issues

0 comments on commit b9cd11f

Please sign in to comment.