From cf6253216faaaa237fadc72a923e4b69ec001f7d Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Mon, 12 Oct 2020 21:45:36 +0200 Subject: [PATCH] another line break added --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c44b20..5ba8446 100644 --- a/Makefile +++ b/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 =