Skip to content

Commit 1799618

Browse files
committed
fix: natmod.yml
1 parent 49e1602 commit 1799618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

natmod/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ $(BUILD)/tiny_bclibc_mp.o: $(VERSION_H)
187187
.PHONY: submodules x64 x64sp x86 x86sp aarch64 aarch64sp rp2040 rp2350 stm32f4 armv7m stm32h7 stm32h7dp esp32s3 esp32 esp32c3 esp32c6 rv64 dist clean
188188

189189
submodules:
190-
git submodule update --init --recursive
190+
git submodule update --init --recursive
191191

192192
x64:
193193
$(MAKE) ARCH=x64 PRECISION=double dist

0 commit comments

Comments
 (0)