Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 23, 2024
1 parent 607d2ba commit 3effd57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null))
git submodule sync
git submodule update $(CLONE_ARGS) --init
else
git clone -q --depth 10 $(CLONE_ARGS) \
git clone \
-b main https://github.com/martinthomson/i-d-template $(LIBDIR)
cd $(LIBDIR) ; git reset --hard f0e1f77fd221baf39d5eb46d45440d40db975de2 ; cd -
endif

0 comments on commit 3effd57

Please sign in to comment.