Update Makefile

This commit is contained in:
Matthew Honnibal 2018-06-29 19:01:44 +02:00
parent a1b05048d0
commit d0f9f13543
1 changed files with 1 additions and 1 deletions

View File

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