--- a/src/Makefile Mon Feb 03 23:17:05 2025 +0100
+++ b/src/Makefile Tue Feb 04 22:23:09 2025 +0100
@@ -25,7 +25,7 @@
SRC=main.cpp settings.cpp process.cpp repositories.cpp heatmap.cpp html.cpp
OBJ=$(SRC:%.cpp=../build/%.o)
-OUTPUT=../build/fallusmeter
+OUTPUT=../build/repoheat
all: $(OUTPUT) FORCE