Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed May 6, 2015
1 parent 5dc9c21 commit bcd2aa7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@all: clean build install

clean:
rm cocoaseeds-*.gem

build:
gem build cocoaseeds.gemspec

install:
sudo gem install cocoaseeds-*.gem

0 comments on commit bcd2aa7

Please sign in to comment.