Skip to content

Commit

Permalink
makefile: ensure submodules are checked out
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Aug 2, 2024
1 parent 49aa0da commit c29139a
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 @@ -128,6 +128,8 @@ build/tesseract/Makefile: repo/tesseract/Makefile.in
repo/tesseract/Makefile.in: repo/tesseract
cd $<; ./autogen.sh

# phony to ensure this recipe is fired (as in empty directory after clone)
.PHONY: repo/tesserocr repo/tesseract repo/assets
repo/tesserocr repo/tesseract repo/assets:
git submodule sync $@
git submodule update --init $@
Expand Down

0 comments on commit c29139a

Please sign in to comment.