Updated makefiles from meaningcloud

Version was "unknown" due to a bug
master
J. Fernando Sánchez 7 years ago
parent f0c211c00a
commit 42224e343c

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

Loading…
Cancel
Save