We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e1602 commit 1799618Copy full SHA for 1799618
1 file changed
natmod/Makefile
@@ -187,7 +187,7 @@ $(BUILD)/tiny_bclibc_mp.o: $(VERSION_H)
187
.PHONY: submodules x64 x64sp x86 x86sp aarch64 aarch64sp rp2040 rp2350 stm32f4 armv7m stm32h7 stm32h7dp esp32s3 esp32 esp32c3 esp32c6 rv64 dist clean
188
189
submodules:
190
- git submodule update --init --recursive
+ git submodule update --init --recursive
191
192
x64:
193
$(MAKE) ARCH=x64 PRECISION=double dist
0 commit comments