aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-05-16 01:37:01 -0400
committerfrosty <gabriel@bwaaa.monster>2026-05-16 01:37:01 -0400
commiteac7e94cf2a8990685978ba7318fecdad4620c96 (patch)
tree8974bd71822a72e8721c1db9434da95cb1fb68d9
parent434d12a320ddf93228cb79360942c919b235c16c (diff)
downloadPNDacc-eac7e94cf2a8990685978ba7318fecdad4620c96.tar.gz
fix: worked on my machine previously
-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