8 lines
289 B
Makefile
8 lines
289 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
|
|
include ../../../EspMock/EspMock.mk
|