From eac7e94cf2a8990685978ba7318fecdad4620c96 Mon Sep 17 00:00:00 2001 From: frosty Date: Sat, 16 May 2026 01:37:01 -0400 Subject: fix: worked on my machine previously --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.3