aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-07-31 13:35:43 +0300
committerKrow Savcik <krow@savcik.xyz>2024-07-31 13:35:43 +0300
commit35fdfc1eb9be244e37002380de6c3ac650648cab (patch)
tree5475e2dd495c3fc5b1d1861893175b88a42f3de2 /config.mk
parent1c1c5fa9b1094e96e6eea8abc163949e2277e151 (diff)
feature: improved the export function to include frames into considerationHEADmaster
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 6f21cc3..f836f04 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,5 @@
# INCS = `sdl2-config --cflags`
CFLAGS = -DSDL_DISABLE_IMMINTRIN_H -I. -w -g
-LIBS = -lm -lSDL2 -lSDL2_image
-
+LIBS = -lm -lSDL2 -lSDL2_image -lpng
CC = cc