summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2023-04-09 23:36:55 +0300
committerkartofen <mladenovnasko0@gmail.com>2023-04-09 23:36:55 +0300
commit80ead50951c8b0d2c60c9fd57b8a4c943634b084 (patch)
tree635d8479b7e862d3cd7b3bc69b0cb64e31c38c2e /build.sh
parentfc027f7d214028086178a7328926c9b14ead464d (diff)
things...
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 6ddf9a4..8405053 100755
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@ NAME="main"
DEBUG_FLAGS="-std=c99 -Wall -Wextra -g -pedantic -DDEBUG"
# PROD_FLAGS="-std=c99 ???"
SDL_FLAGS="`sdl2-config --cflags --libs`"
-FLAGS="$DEBUG_FLAGS $SDL_FLAGS"
+FLAGS="$DEBUG_FLAGS $SDL_FLAGS -lm"
SRC="src"
OBJ="obj"