summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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"