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 3eee686 commit edb2f2aCopy full SHA for edb2f2a
GNUmakefile
@@ -867,7 +867,7 @@ endif
867
@$(MD5SUM) test.hex
868
$(TINYGO) build -size short -o test.hex -target=pca10040 -serial=rtt examples/echo
869
870
- $(TINYGO) build -o test.nro -target=nintendoswitch examples/serial
+ $(TINYGO) build -o test.nro -target=nintendoswitch examples/echo2
871
@$(MD5SUM) test.nro
872
$(TINYGO) build -size short -o test.hex -target=pca10040 -opt=0 ./testdata/stdlib.go
873
0 commit comments