Skip to content

Commit

Permalink
fix: typo in GNUmakefile test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Jan 3, 2025
1 parent 5266530 commit d5cb808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ endif
ifneq ($(XTENSA), 0)
$(TINYGO) build -size short -o test.bin -target=esp32-mini32 examples/blinky1
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target=esp32-supermini examples/blinky1
$(TINYGO) build -size short -o test.bin -target=esp32c3-supermini examples/blinky1
@$(MD5SUM) test.bin
$(TINYGO) build -size short -o test.bin -target=nodemcu examples/blinky1
@$(MD5SUM) test.bin
Expand Down

0 comments on commit d5cb808

Please sign in to comment.