forked from mohr/ArduinoIO
makefile lines split
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal 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
|
Reference in New Issue
Block a user