mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 00:02:28 +00:00
Update base.mk
This commit is contained in:
parent
42224e343c
commit
919c4a07a2
2
base.mk
2
base.mk
@ -3,7 +3,7 @@ NAME ?= $(shell basename $(CURDIR))
|
|||||||
VERSION ?= $(shell git describe --tags --dirty 2>/dev/null)
|
VERSION ?= $(shell git describe --tags --dirty 2>/dev/null)
|
||||||
|
|
||||||
ifeq ($(VERSION),)
|
ifeq ($(VERSION),)
|
||||||
VERSION:="unknown"
|
VERSION:=unknown
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Get the location of this makefile.
|
# Get the location of this makefile.
|
||||||
|
Loading…
Reference in New Issue
Block a user