7 lines
275 B
Makefile
7 lines
275 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 := string-indexer-tests
|
|
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock
|
|
include ../../../EspMock/EspMock.mk
|