summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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)