mirror of
https://github.com/gsi-upm/senpy
synced 2025-05-10 12:19:03 +00:00
Merge branch 'meaningcloud' into 'master'
Meaningcloud See merge request docs/templates/makefiles!8
This commit is contained in:
commit
a75ba6994d
2
base.mk
2
base.mk
@ -2,7 +2,7 @@ export
|
|||||||
NAME ?= $(shell basename $(CURDIR))
|
NAME ?= $(shell basename $(CURDIR))
|
||||||
VERSION ?= $(shell git describe --tags --dirty 2>/dev/null)
|
VERSION ?= $(shell git describe --tags --dirty 2>/dev/null)
|
||||||
|
|
||||||
ifeq ($(wildcard $VERSION),)
|
ifeq ($(VERSION),)
|
||||||
VERSION:=unknown
|
VERSION:=unknown
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PYVERSIONS ?= 2.7
|
PYVERSIONS ?= 3.5
|
||||||
PYMAIN ?= $(firstword $(PYVERSIONS))
|
PYMAIN ?= $(firstword $(PYVERSIONS))
|
||||||
TARNAME ?= $(NAME)-$(VERSION).tar.gz
|
TARNAME ?= $(NAME)-$(VERSION).tar.gz
|
||||||
VERSIONFILE ?= $(NAME)/VERSION
|
VERSIONFILE ?= $(NAME)/VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user