diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) |