@@ -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
The note is not visible to the blocked user.