diff --git a/Makefile b/Makefile index ece22dd3..9488f5cc 100644 --- a/Makefile +++ b/Makefile @@ -240,8 +240,6 @@ smoketest: # test simulated boards on play.tinygo.org $(TINYGO) build -o test.wasm -tags=arduino examples/blinky1 @$(MD5SUM) test.wasm - $(TINYGO) build -o test.wasm -tags=hifive1-qemu examples/serial - @$(MD5SUM) test.wasm $(TINYGO) build -o test.wasm -tags=hifive1b examples/blinky1 @$(MD5SUM) test.wasm $(TINYGO) build -o test.wasm -tags=reelboard examples/blinky1 @@ -293,7 +291,7 @@ smoketest: @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=circuitplay-express examples/i2s @$(MD5SUM) test.hex - $(TINYGO) build -size short -o test.hex -target=clue_alpha examples/blinky1 + $(TINYGO) build -size short -o test.hex -target=clue-alpha examples/blinky1 @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.gba -target=gameboy-advance examples/gba-display @$(MD5SUM) test.gba @@ -370,6 +368,8 @@ ifneq ($(XTENSA), 0) endif $(TINYGO) build -size short -o test.hex -target=hifive1b examples/blinky1 @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=hifive1-qemu examples/serial + @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=maixbit examples/blinky1 @$(MD5SUM) test.hex $(TINYGO) build -o wasm.wasm -target=wasm examples/wasm/export diff --git a/targets/clue_alpha.json b/targets/clue-alpha.json similarity index 100% rename from targets/clue_alpha.json rename to targets/clue-alpha.json