Added git init to Makefile.

This commit is contained in:
Wen Kokke 2020-10-27 11:51:24 +01:00
parent 396124156b
commit 1225be30e2

View file

@ -26,6 +26,7 @@ build: \
stack build && stack exec site build stack build && stack exec site build
standard-library/ChangeLog.md: standard-library/ChangeLog.md:
git submodule init
git submodule update --recursive git submodule update --recursive
################################################################################# #################################################################################