mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-21 15:52:28 +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))
|
||||
VERSION ?= $(shell git describe --tags --dirty 2>/dev/null)
|
||||
|
||||
ifeq ($(wildcard $VERSION),)
|
||||
ifeq ($(VERSION),)
|
||||
VERSION:=unknown
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user