Update makefile

This commit is contained in:
Matthew Honnibal 2020-08-24 16:32:21 +02:00
parent 463f1c8623
commit cab286fbb2

View File

@ -1,7 +1,10 @@
SHELL := /bin/bash SHELL := /bin/bash
PYVER := 3.6 PYVER := 3.6
VENV := ./env$(PYVER) VENV := ./env$(PYVER)
SPACY_EXTRAS := spacy-lookups-data jieba pkuseg==0.0.25 sudachipy sudachidict_core
ifndef SPACY_EXTRAS
override SPACY_EXTRA = spacy-lookups-data jieba pkuseg==0.0.25 sudachipy sudachidict_core
endif
version := $(shell "bin/get-version.sh") version := $(shell "bin/get-version.sh")
package := $(shell "bin/get-package.sh") package := $(shell "bin/get-package.sh")