summaryrefslogtreecommitdiff
path: root/microshooter/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'microshooter/build.sh')
-rwxr-xr-xmicroshooter/build.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/microshooter/build.sh b/microshooter/build.sh
deleted file mode 100755
index 172c395..0000000
--- a/microshooter/build.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-cc -o microshooter_client -O0 -g -fsanitize=address -Wall -Wextra -Wpedantic ./microshooter.c $(pkg-config --cflags --libs sdl3) -DCLIENT
-cc -o microshooter_server -O0 -g -fsanitize=address -Wall -Wextra -Wpedantic ./microshooter.c $(pkg-config --cflags --libs sdl3) -DSERVER