+ wildcard added # wildcard added * wildcard added (but does not appear in mqtt specification...) $SYS messages compare is supported
11 lines
398 B
Makefile
11 lines
398 B
Makefile
# See https://github.com/bxparks/EpoxyDuino for documentation about this
|
|
# Makefile to compile and run Arduino programs natively on Linux or MacOS.
|
|
|
|
EXTRA_CXXFLAGS=-g3 -O0
|
|
|
|
APP_NAME := topic-tests
|
|
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock ESP8266WiFi ESPAsync
|
|
ARDUINO_LIB_DIRS := ../../../EspMock/libraries
|
|
EPOXY_CORE := EPOXY_CORE_ESP8266
|
|
include ../../../EpoxyDuino/EpoxyDuino.mk
|