From 7ec09485030c54aa8260042bf3869ca9e5b99140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Tue, 5 Feb 2019 18:35:46 +0100 Subject: [PATCH] get-sources: init submodule --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b4b9fce..82b49ab 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,9 @@ clean-repos: clean: sudo rm -fr build/* +get-sources: + git submodule update --init --recursive + ifeq ($(ISO_LIVEUSB),1) get-sources: $(MAKE) -C livecd-tools get-sources