Files
TinyMqtt/tests/local-tests/Makefile
hsaturn c75f4893e8 AsyncTcp
AsyncTcp
2021-04-10 17:16:25 +02:00

8 lines
301 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 EspMock
ESP_LIBS = ESP8266WiFi ESPAsyncTCP
include ../../../EspMock/EspMock.mk