mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-03 03:13:25 +02:00
Fixed bugs, added convert-all.py
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# 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
|
Reference in New Issue
Block a user