aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-28 23:09:28 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-28 23:09:28 -0400
commit8ce4990f69b6ce1f85a3a29774f7b07d68030e55 (patch)
treeaae53e3c9ed5d07ed2998e7fa0ffc04f9ca1c023 /Makefile
parent9b8a1454f11de3728b2e0dc87d5778bce9761459 (diff)
downloadvolute-8ce4990f69b6ce1f85a3a29774f7b07d68030e55.zip
load compressor image
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3673140..ab9d5ce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CFLAGS = -std=c99 -I ./ -fopenmp -Wall -Wextra -pedantic -Wno-deprecated-declarations -D_XOPEN_SOURCE=700L
-LDFLAGS = -lSDL2 -lSDL2_ttf -lm -fopenmp
+LDFLAGS = -lSDL2 -lSDL2_ttf -lSDL2_image -lm -fopenmp
SRC = main.c microui.c renderer.c widget.c ui.c unit.c engine.c compressor.c eprintf.c cwalk.c toml.c util.c
OBJ = ${SRC:.c=.o}