diff --git a/Makefile b/Makefile index 7fc00dfd9..2a9af4f5b 100644 --- a/Makefile +++ b/Makefile @@ -171,6 +171,8 @@ smoketest: @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=pca10040 examples/serial @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=pca10040 examples/systick + @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=pca10040 examples/test @$(MD5SUM) test.hex # test all targets/boards