From dc2420d88e4d052d7cf56d45c5854a408cc7036f Mon Sep 17 00:00:00 2001 From: hsaturn Date: Sun, 28 Mar 2021 23:50:50 +0200 Subject: [PATCH] Fix makefile --- tests/local-tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local-tests/Makefile b/tests/local-tests/Makefile index 799dc2e..ed81629 100644 --- a/tests/local-tests/Makefile +++ b/tests/local-tests/Makefile @@ -2,5 +2,5 @@ # Makefile to compile and run Arduino programs natively on Linux or MacOS. APP_NAME := local-tests -ARDUINO_LIBS := AUnit AceCommon AceTime +ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt include ../../../EpoxyDuino/EpoxyDuino.mk