diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-26 23:12:06 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-26 23:12:06 -0500 |
| commit | a54c944ae2e6571799a3e83182c7ebcd6a35afed (patch) | |
| tree | 78028958f7c95897f54479319657ecf56ed316ab /microshooter/build.sh | |
| parent | 7c09a02bd89b1d86124ca45e7b04ca80a3ea7fd3 (diff) | |
Diffstat (limited to 'microshooter/build.sh')
| -rwxr-xr-x | microshooter/build.sh | 3 |
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 |