diff --git a/Makefile b/Makefile index 7dfdb13ac..7108e4bd7 100644 --- a/Makefile +++ b/Makefile @@ -259,6 +259,8 @@ smoketest: @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=stm32f4disco examples/blinky2 @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=stm32f4disco-1 examples/blinky1 + @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=circuitplay-bluefruit examples/blinky1 @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=circuitplay-express examples/i2s