summaryrefslogtreecommitdiff
path: root/Tupfile
diff options
context:
space:
mode:
Diffstat (limited to 'Tupfile')
-rw-r--r--Tupfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tupfile b/Tupfile
index b79ebff..357f2ba 100644
--- a/Tupfile
+++ b/Tupfile
@@ -1,7 +1,7 @@
CC = zig cc
LD = $(CC) -fuse-ld=mold
CFLAGS = -std=c99 -Wall -Wextra -Wno-override-init
-LDFLAGS = -lm -lSDL2 -lSDL2_image -lSDL2_mixer
+LDFLAGS = -lm -lSDL2 -lSDL2_mixer
# codebase
#: map/*.tmj |> tiled2c %f embed_%B_tmj >%o |> build/embed_%B_tmj.c