diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-05-16 01:37:01 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-05-16 01:37:01 -0400 |
| commit | eac7e94cf2a8990685978ba7318fecdad4620c96 (patch) | |
| tree | 8974bd71822a72e8721c1db9434da95cb1fb68d9 /Makefile | |
| parent | 434d12a320ddf93228cb79360942c919b235c16c (diff) | |
| download | PNDacc-eac7e94cf2a8990685978ba7318fecdad4620c96.tar.gz | |
fix: worked on my machine previously
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
