From 094d77f5db9df1f65d3f6b52304b59fde6037d6b Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 23 Sep 2024 22:44:04 +0200 Subject: [PATCH] Update lib --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4480ec0..7d7806d 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,5 @@ ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null)) else git clone \ -b main https://github.com/martinthomson/i-d-template $(LIBDIR) - cd $(LIBDIR) ; git reset --hard f0e1f77fd221baf39d5eb46d45440d40db975de2 ; cd - + cd $(LIBDIR) ; git reset --hard 414003950dfd8d951bbf5a130f9aae354dfda91c ; cd - endif