mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-01 02:21:46 +02:00
11 lines
344 B
Makefile
11 lines
344 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 := HelloEpoxyEepromEsp
|
|
ARDUINO_LIBS := EpoxyEepromEsp AceUtils AceCRC AceRoutine AceCommon
|
|
MORE_CLEAN := more_clean
|
|
include ../../../../EpoxyDuino.mk
|
|
|
|
more_clean:
|
|
rm -f epoxyeepromdata
|