Fix makefile

This commit is contained in:
Matthew Honnibal 2020-08-24 16:59:09 +02:00
parent 4fc1e57cf8
commit 5febbee0ff

View File

@ -11,7 +11,7 @@ package := $(shell "bin/get-package.sh")
SPACY_BIN := $(package)-$(version).pex
dist/$(package)-$(SPACY_BIN) : wheelhouse/spacy-$(version).stamp
dist/$(SPACY_BIN) : wheelhouse/spacy-$(version).stamp
$(VENV)/bin/pex \
-f ./wheelhouse \
--no-index \