New version.

This commit is contained in:
2024-12-16 12:48:00 +01:00
parent 69977722b7
commit 77745db806
3 changed files with 71 additions and 7 deletions
+8
View File
@@ -14,3 +14,11 @@ ensure_env:
plot: ensure_env
$(PYTHON) plot.py
graph: graph.c
gcc -o graph graph.c -I/usr/include/SDL2 -L/usr/lib -lSDL2
./graph
graph2: graph2.c
gcc -o graph2 graph2.c -I/usr/include/SDL2 -L/usr/lib -lSDL2
./graph2