aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2018-04-20 22:05:11 +0200
committerTomasz Kramkowski <tk@the-tk.com>2018-04-20 22:05:11 +0200
commitfd56a839d33d8d33ff4722550f97465db56b379d (patch)
tree91eb247b20be654700624dbef9ae1dec926b2f55 /Makefile
parent6d17b081cc16b0ba13ab918e885674b2defa8280 (diff)
downloadfaqe-fd56a839d33d8d33ff4722550f97465db56b379d.tar.gz
faqe-fd56a839d33d8d33ff4722550f97465db56b379d.tar.xz
faqe-fd56a839d33d8d33ff4722550f97465db56b379d.zip
Replace GLFW3 with SDL2
Replace all of GLFW3 with SDL2 for future benefits.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 839b032..fccbf40 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ EPRINTF_PATH ?= ../eprintf
PKG_CONFIG ?= pkg-config
LN ?= ln -sf
-LIBS := glfw3
+LIBS := sdl2
CPPFLAGS += -D__gl_h_
CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBS)) -std=c11 -MMD -MP
LDFLAGS += -Wl,--as-needed