Update Makefile

This commit is contained in:
Matthew Honnibal 2018-06-29 21:21:30 +02:00
parent 2ec2192000
commit 3c3020fccc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
SHELL := /bin/bash SHELL := /bin/bash
sha = $(shell "git" "rev-parse" "--short" "HEAD") sha = $(shell "git" "rev-parse" "--short" "HEAD")
dist/spacy.pex : spacy/*.pyx spacy/*.pxd spacy/*/*.pyx spacy/*/*.pxd dist/spacy.pex : spacy/*.py* spacy/*/*.py*
python3.6 -m venv env3.6 python3.6 -m venv env3.6
source env3.6/bin/activate source env3.6/bin/activate
env3.6/bin/pip install wheel env3.6/bin/pip install wheel