From d0f9f13543272c4ca3514d2b500f4f61ca521d59 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 29 Jun 2018 19:01:44 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84f026180..928bc81ff 100644 --- a/Makefile +++ b/Makefile @@ -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