Fix makefile

This commit is contained in:
Matthew Honnibal 2020-08-24 17:09:05 +02:00
parent 5febbee0ff
commit 311e1593e6

View File

@ -9,7 +9,9 @@ endif
version := $(shell "bin/get-version.sh")
package := $(shell "bin/get-package.sh")
SPACY_BIN := $(package)-$(version).pex
ifndef SPACY_BIN
override SPACY_BIN = $(package)-$(version).pex
endif
dist/$(SPACY_BIN) : wheelhouse/spacy-$(version).stamp
$(VENV)/bin/pex \