diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-08 15:51:41 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-08 15:51:41 -0500 |
commit | d33d3fbd51253e3e072186a71959fdf97c8d2e75 (patch) | |
tree | f986f85848e3387e9812b5236292ac3d850549c6 | |
parent | 54d1981df652d731dfcf3ad05a50a83a90d1a8af (diff) | |
download | Sensor-Watch-d33d3fbd51253e3e072186a71959fdf97c8d2e75.tar.gz Sensor-Watch-d33d3fbd51253e3e072186a71959fdf97c8d2e75.tar.bz2 Sensor-Watch-d33d3fbd51253e3e072186a71959fdf97c8d2e75.zip |
remove --recursive flag from git submodule update
-rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |