aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/make b/make
deleted file mode 100755
index 1956b80..0000000
--- a/make
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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