Skip to content

Commit

Permalink
skip hooks for submodule builds
Browse files Browse the repository at this point in the history
  • Loading branch information
salsal97 committed Feb 8, 2023
1 parent 3c130ba commit b4014d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ DEBIAN_PACKAGE=$(PKGNAME).deb

all:
ifndef MYST_IGNORE_PREREQS
ifndef MYST_BUILD_AS_SUBMODULE
$(MAKE) .git/hooks/pre-commit
endif
endif
$(MAKE) init
$(MAKE) dirs
Expand Down

0 comments on commit b4014d1

Please sign in to comment.