makefile lines split

This commit is contained in:
2020-10-12 20:45:41 +02:00
parent 866944fa26
commit bf94f8332b
2 changed files with 11 additions and 5 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
TARGET = ArduinoIO
# The C source files
SRC =
# The C++ source files
PSRC += main.cpp $(wildcard helper/*.cpp)
PSRC += arduino_core/ArduinoCore-avr/libraries/SPI/src/SPI.cpp
# extra Arduino libraries
ARDLIBS =
# this line includes the Makefile.base
include arduino_core/arduino-base.mk