Skip to content

Commit

Permalink
Added make target to compile/package
Browse files Browse the repository at this point in the history
  • Loading branch information
tarruda committed Aug 29, 2012
1 parent 1b9558f commit 651f276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ compile:
link: test compile link: test compile
npm link npm link


pack: test compile
npm pack

.PHONY: test .PHONY: test

0 comments on commit 651f276

Please sign in to comment.