From 2ff29e603a1d48e3e0809fe3ae44d67a5a5d007d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 24 Aug 2020 14:48:32 +0200 Subject: [PATCH] Update Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a205a4bbb..dc7a8d6c5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,9 @@ SPACY_EXTRAS := spacy-lookups-data jieba pkuseg==0.0.25 sudachipy sudachidict_co version := $(shell "bin/get-version.sh") package := $(shell "bin/get-package.sh") -dist/$(package)-$(version).pex : wheelhouse/spacy-$(version).stamp +SPACY_BIN := $(package)-$(version).pex + +dist/$(package)-$(SPACY_BIN) : wheelhouse/spacy-$(version).stamp $(VENV)/bin/pex \ -f ./wheelhouse \ --no-index \