From 6bf4770e950299da92952f2965cccf86a903fc9f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 Jan 2025 20:17:26 +0100 Subject: Added config --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3