Update base.mk

master
J. Fernando Sánchez 7 years ago
parent 42224e343c
commit 919c4a07a2

@ -3,7 +3,7 @@ NAME ?= $(shell basename $(CURDIR))
VERSION ?= $(shell git describe --tags --dirty 2>/dev/null)
ifeq ($(VERSION),)
VERSION:="unknown"
VERSION:=unknown
endif
# Get the location of this makefile.

Loading…
Cancel
Save