- removed make file inplace of make shell script
@@ -0,0 +1,6 @@
#!/bin/sh
if [[ "$1" == "debug" ]]; then
clang -O3 -o game-of-life main.c `sdl2-config --cflags --libs` -lm -Wall -fsanitize=address -g
else
clang -O3 -o game-of-life main.c `sdl2-config --cflags --libs` -lm
fi
The note is not visible to the blocked user.