summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2021-12-08 15:51:41 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2021-12-08 15:51:41 -0500
commitd33d3fbd51253e3e072186a71959fdf97c8d2e75 (patch)
treef986f85848e3387e9812b5236292ac3d850549c6 /rules.mk
parent54d1981df652d731dfcf3ad05a50a83a90d1a8af (diff)
downloadSensor-Watch-d33d3fbd51253e3e072186a71959fdf97c8d2e75.tar.gz
Sensor-Watch-d33d3fbd51253e3e072186a71959fdf97c8d2e75.tar.bz2
Sensor-Watch-d33d3fbd51253e3e072186a71959fdf97c8d2e75.zip
remove --recursive flag from git submodule update
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index d993404a..f0979f3f 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