Skip to content

Commit

Permalink
Slightly more portable Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob414 committed Jun 13, 2016
1 parent 4b2b820 commit 01f5e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
VENV=~/src/ext/python/virtualenv
PYTHON=python3
PROJECT=~/src/oss/pydoc.me
PROJECT=`pwd`
BIN=$(PROJECT)/bin
PIP=$(BIN)/pip
VPYTHON=$(BIN)/python
Expand Down

0 comments on commit 01f5e85

Please sign in to comment.