9 lines
378 B
Makefile
9 lines
378 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 := nowifi-tests
|
|
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock ESP8266WiFi ESPAsyncTCP
|
|
ARDUINO_LIB_DIRS := ../../../EspMock/libraries
|
|
EPOXY_CORE := EPOXY_CORE_ESP8266
|
|
include ../../../EpoxyDuino/EpoxyDuino.mk
|