Skip to content

Commit

Permalink
Update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 23, 2024
1 parent 3effd57 commit 094d77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 094d77f

Please sign in to comment.