From 52e554599412a12f39f185ce3051fe77f50f371f Mon Sep 17 00:00:00 2001 From: Pubby Date: Tue, 27 Jun 2023 13:09:17 -0500 Subject: [PATCH] Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 664baed2..d4c8bc31 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ OBJDIR:=obj INCS:=-I$(SRCDIR) VERSION := "0.8" -GIT_COMMIT := "$(shell git describe --abbrev=8 --dirty --always)" +GIT_COMMIT := "$(shell git describe --all --abbrev=8 --dirty --always)" #override CXX:=clang++