diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/build.sh b/build.sh deleted file mode 100755 index b1e31be..0000000 --- a/build.sh +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | set -eu | ||
| 3 | script_dir="$(dirname "$(readlink -f "$0")")" | ||
| 4 | cd "$script_dir" | ||
| 5 | build_dir="build" | ||
| 6 | mkdir -p "$build_dir" | ||
| 7 | |||
| 8 | gcc -I. \ | ||
| 9 | -Wall -Wextra -Wno-unused-function -Wno-unused-variable \ | ||
| 10 | -DCORE_UNITY \ | ||
| 11 | source/core/core.c \ | ||
| 12 | -lX11 -lm \ | ||
| 13 | -o "$build_dir"/app | ||
