Skip to content

Commit

Permalink
update Makefile to inform about site_cfg.py Python version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rc committed Sep 3, 2019
1 parent 720e42b commit 217a09e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -4,6 +4,8 @@ PYTHON=python$(shell grep python_version site_cfg.py | cut -c 19)
all clean: site_cfg.py
site_cfg.py:
cp site_cfg_template.py site_cfg.py
$(info Set correct Python version in site_cfg.py before running `make`.)
$(info ----------------------------------------------------------------)

all:
$(PYTHON) setup.py build_ext --inplace
Expand Down

0 comments on commit 217a09e

Please sign in to comment.