summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-03 20:17:26 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-03 20:17:26 +0100
commit6bf4770e950299da92952f2965cccf86a903fc9f (patch)
tree9854c706f0fc8104f1f85fe0f6ff58b56661a5a6 /Makefile
parent81ef3f08215a62d469c49762ccd492cb806150c4 (diff)
Added config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c58223..8667576 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,8 @@ SRCS= \
Timer.cpp \
debug.cpp \
cpuload.cpp \
- log.cpp
+ log.cpp \
+ Click.cpp
HEADERS=$(SRCS:.cpp=.h)