Fixed make target

This commit is contained in:
hsaturn
2021-03-28 23:30:19 +02:00
parent 9a7f6a3020
commit 8272515bd7
2 changed files with 0 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
# 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
include ../../../EpoxyDuino/EpoxyDuino.mk