aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f170b69..c8f2dd0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC = cc
CFLAGS = -Wall -Wextra -O3 $(shell pkg-config --cflags sdl3 sdl3-image libpulse libpulse-simple)
-LDFLAGS = $(shell pkg-config --libs sdl3 sdl3-image libpulse libpulse-simple)
+LDFLAGS = $(shell pkg-config --libs sdl3 sdl3-image libpulse libpulse-simple) -lm
SRC_DIR = src
BIN_DIR = bin