mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix makefile
This commit is contained in:
parent
4fc1e57cf8
commit
5febbee0ff
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ package := $(shell "bin/get-package.sh")
|
||||||
|
|
||||||
SPACY_BIN := $(package)-$(version).pex
|
SPACY_BIN := $(package)-$(version).pex
|
||||||
|
|
||||||
dist/$(package)-$(SPACY_BIN) : wheelhouse/spacy-$(version).stamp
|
dist/$(SPACY_BIN) : wheelhouse/spacy-$(version).stamp
|
||||||
$(VENV)/bin/pex \
|
$(VENV)/bin/pex \
|
||||||
-f ./wheelhouse \
|
-f ./wheelhouse \
|
||||||
--no-index \
|
--no-index \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user