diff --git a/Makefile b/Makefile index bd5c746..4636899 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ include config.mk VERSION := "1.3.0-non-git" -ifneq ($(wildcard ./.git/.),) +ifneq ($(wildcard ./.git/),) VERSION := $(shell git describe --tags) endif