aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
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