From 35fdfc1eb9be244e37002380de6c3ac650648cab Mon Sep 17 00:00:00 2001 From: Krow Savcik Date: Wed, 31 Jul 2024 13:35:43 +0300 Subject: feature: improved the export function to include frames into consideration --- config.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.mk') 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 -- cgit v1.2.3