forked from mohr/ArduinoIO
another line break added
This commit is contained in:
3
Makefile
3
Makefile
@ -2,7 +2,8 @@ TARGET = ArduinoIO
|
||||
# The C source files
|
||||
SRC =
|
||||
# The C++ source files
|
||||
PSRC += main.cpp $(wildcard helper/*.cpp)
|
||||
PSRC += main.cpp
|
||||
PSRC += $(wildcard helper/*.cpp)
|
||||
PSRC += arduino_core/ArduinoCore-avr/libraries/SPI/src/SPI.cpp
|
||||
# extra Arduino libraries
|
||||
ARDLIBS =
|
||||
|
Reference in New Issue
Block a user