aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2dfcd45..b25a9b9 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,8 @@ CSRC += $(STM32SRCS)
CPPSRC = wiring/math.cpp \
wiring/Print.cpp \
wiring/comm/HardwareSerial.cpp \
- main.cpp
+ wiring/comm/HardwareUsb.cpp \
+ example_main.cpp
# i really have no idea what i'm doing
meep += $(CSRC)