From cd9f4f33a593e8eea8a0314b776d1ad3ef847462 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 7 Jul 2014 17:51:30 +0200 Subject: Turn instructions into a makefile command, allowing Windows GUI kids to create a make target in Eclipse just for this --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7703cc04e..8ec5277e2 100644 --- a/Makefile +++ b/Makefile @@ -216,6 +216,10 @@ $(NUTTX_SRC): checksubmodules: $(Q) (./Tools/check_submodules.sh) +.PHONY: updatesubmodules +updatesubmodules: + $(Q) (git submodule update) + # # Testing targets # -- cgit v1.2.3