Fix makefile

This commit is contained in:
Matthew Honnibal 2020-08-30 16:16:30 +02:00
parent 58f19421b1
commit e3d959d4b4

View File

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