feat: add merge.py for log summaries and tags.py for word indexing with Makefile targets

This commit is contained in:
2025-01-06 23:53:41 +00:00
parent 9c360b7783
commit 82feb53f3c
6 changed files with 258 additions and 3 deletions
+8 -1
View File
@@ -12,7 +12,8 @@ ensure_env:
-@python3 -m venv .venv
plot: ensure_env
$(PYTHON) plot.py
time $(PYTHON) plot.py
time $(PYTHON) merge.py
graph: graph.c
gcc -o graph graph.c -I/usr/include/SDL2 -L/usr/lib -lSDL2
@@ -22,3 +23,9 @@ graph2: graph2.c
gcc -o graph2 graph2.c -I/usr/include/SDL2 -L/usr/lib -lSDL2
./graph2
index:
$(PYTHON) tags.py --index
popular:
$(PYTHON) tags.py --popular