Files
TinyMqtt/tests/local-tests/Makefile
2021-03-28 23:57:06 +02:00

7 lines
276 B
Makefile

# See https://github.com/bxparks/EpoxyDuino for documentation about this
# Makefile to compile and run Arduino programs natively on Linux or MacOS.
APP_NAME := local-tests
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt ESP8266wifi
include ../../../EpoxyDuino/EpoxyDuino.mk