From: Joey Castillo Date: Wed, 8 Dec 2021 20:51:41 +0000 (-0500) Subject: remove --recursive flag from git submodule update X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=d33d3fbd51253e3e072186a71959fdf97c8d2e75;p=sensor-watch.git remove --recursive flag from git submodule update --- diff --git a/rules.mk b/rules.mk index d993404..f0979f3 100644 --- a/rules.mk +++ b/rules.mk @@ -23,7 +23,7 @@ $(BUILD)/$(BIN).uf2: $(BUILD)/$(BIN).bin @$(UF2) $^ -co $@ $(SUBMODULES): - git submodule update --init --recursive + git submodule update --init install: @$(UF2) -D $(BUILD)/$(BIN).uf2