feat: add merge.py for log summaries and tags.py for word indexing with Makefile targets
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user