mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 08:12:27 +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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user