summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-20 15:40:14 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-20 15:40:14 +0100
commit7ecbb11321a05f7498f36ff91d08b51fd3d00a62 (patch)
tree207c8c133929bd4643b68779391a78bdae06452c /Makefile
parent78ace79b86aeba3575b2abe2ba617798f6d8da85 (diff)
Add StatusLED
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1d7a760..91ee0c8 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ SRCS= \
Touchpad.cpp \
PIDFile.cpp \
Temperature.cpp \
+ StatusLED.cpp \
HEADERS=$(SRCS:.cpp=.h)