Skip to content

Commit

Permalink
Fixed makefile again
Browse files Browse the repository at this point in the history
  • Loading branch information
faebser committed Jan 28, 2016
1 parent 59d1582 commit fd44a64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@

.PHONY: run
run: update pistream.py
python pistream.py
run: update install pistream.py
env/bin/python pistream.py


.PHONY: clean
update:
-@git fetch --all
-@git reset --hard origin/master

env:
virtualenv env

install: env/lib/python2.7/site-packages/enum env/lib/python2.7/site-packages/configparser.py


env/lib/python2.7/site-packages/enum: env
env/bin/pip install enum34==1.0.4

env/lib/python2.7/site-packages/configparser.py: env
env/bin/pip install configparser==3.3.0r2
env/bin/pip install configparser==3.3.0r2

env:
virtualenv env

0 comments on commit fd44a64

Please sign in to comment.