Added merge and plot.

This commit is contained in:
2025-01-07 00:53:41 +01:00
parent f57e535679
commit be1e5c9b59
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