remove --recursive flag from git submodule update

This commit is contained in:
Joey Castillo 2021-12-08 15:51:41 -05:00
parent 54d1981df6
commit d33d3fbd51

View file

@ -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