Skip to content

Commit

Permalink
Small Makefile cleanup.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
  • Loading branch information
mithro committed Dec 18, 2018
1 parent 8d0983a commit 9f6f134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ TCL_FORMAT ?= utils//tcl-reformat.sh
IN_ENV = if [ -e env/bin/activate ]; then . env/bin/activate; fi;
env:
virtualenv --python=python3 --system-site-packages env
. env/bin/activate; pip install -r requirements.txt
$(IN_ENV) pip install -r requirements.txt
ln -sf $(PWD)/prjxray env/lib/python3.*/site-packages/
. env/bin/activate; python -c "import yaml" || (echo "Unable to find python-yaml" && exit 1)
$(IN_ENV) python -c "import yaml" || (echo "Unable to find python-yaml" && exit 1)

build:
git submodule update --init --recursive
Expand Down

0 comments on commit 9f6f134

Please sign in to comment.