1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 00:02:28 +00:00

Merge branch 'meaningcloud' into 'master'

Meaningcloud

See merge request docs/templates/makefiles!8
This commit is contained in:
J. Fernando Sánchez 2017-10-05 13:26:12 +00:00
commit a75ba6994d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ export
NAME ?= $(shell basename $(CURDIR))
VERSION ?= $(shell git describe --tags --dirty 2>/dev/null)
ifeq ($(wildcard $VERSION),)
ifeq ($(VERSION),)
VERSION:=unknown
endif

View File

@ -1,4 +1,4 @@
PYVERSIONS ?= 2.7
PYVERSIONS ?= 3.5
PYMAIN ?= $(firstword $(PYVERSIONS))
TARNAME ?= $(NAME)-$(VERSION).tar.gz
VERSIONFILE ?= $(NAME)/VERSION