aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a4a59d..94cbbc7 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ BUILD_PATH = build
LIB_PATH = libmaple
OUTDIRS = $(BUILD_PATH)/$(LIB_PATH)\
+ $(BUILD_PATH)/$(LIB_PATH)\
$(BUILD_PATH)/core \
$(BUILD_PATH)/core/comm
@@ -78,7 +79,6 @@ CSRC = libmaple/systick.c \
core/ext_interrupts.c \
core/wiring_digital.c
-
CPPSRC = core/wiring_math.cpp \
core/Print.cpp \
core/comm/HardwareSerial.cpp \