]> git.localhorst.tv Git - blank.git/blobdiff - Makefile
add SDL2_image library
[blank.git] / Makefile
index a3855ad93cb49686db1cd3ed3458ff14d073dabb..346b8490d16f37e1faa0fb4b1723e9cfe814e430 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 CXX = g++ --std=c++11
 LDXX = g++
 
-LIBS = sdl2 glew
+LIBS = sdl2 SDL2_image glew
 
 PKGFLAGS := $(shell pkg-config --cflags $(LIBS))
 PKGLIBS := $(shell pkg-config --libs $(LIBS))