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