summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-03 15:36:22 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-03 15:36:22 +0100
commit9de0b7f8937b7f6ce990132609f0b26851b31f2b (patch)
treea69f73358c9b75e5a11c9ed18d934964461360bf /Makefile
parent05895c86bddf50aacb3bb5e6a6bcc073965341ef (diff)
Monitor CPU
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ef3555..1fc0bbd 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,11 @@ SRCS= \
ClickStream.cpp \
config.cpp \
UI.cpp \
- Timer.cpp
+ Timer.cpp \
+ debug.cpp \
+ cpuload.cpp
+
+HEADERS=$(SRCS:.cpp=.h)
OBJS=$(SRCS:.cpp=.o)