Added plot.

This commit is contained in:
2024-12-15 16:05:21 +01:00
parent f86b2420bc
commit b75ce9ef4c
3 changed files with 103 additions and 0 deletions
+9
View File
@@ -5,3 +5,12 @@ tikker: tikker.c sormc.h
run:
./tikker
PYTHON="./.venv/bin/python"
ensure_env:
-@python3 -m venv .venv
plot: ensure_env
$(PYTHON) plot.py