Skip to content

Commit

Permalink
add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jadesoul committed Nov 27, 2012
1 parent 79c9fb3 commit 9397702
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
all: build install

build:
python setup.py build

install:
sudo python setup.py install

0 comments on commit 9397702

Please sign in to comment.