Skip to content

Commit

Permalink
Track template Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Apr 6, 2018
1 parent 8ab70d2 commit 0949f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -6,7 +6,7 @@ GHPAGES_EXTRA = $(foreach ext,.html .txt,$(addsuffix $(ext),$(foreach draft,$(dr
include $(LIBDIR)/main.mk

$(LIBDIR)/main.mk:
ifneq (,$(shell git submodule status $(LIBDIR) 2>/dev/null))
ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null))
git submodule sync
git submodule update $(CLONE_ARGS) --init
else
Expand Down

0 comments on commit 0949f0e

Please sign in to comment.