diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2018-04-20 22:05:11 +0200 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2018-04-20 22:05:11 +0200 |
commit | fd56a839d33d8d33ff4722550f97465db56b379d (patch) | |
tree | 91eb247b20be654700624dbef9ae1dec926b2f55 /Makefile | |
parent | 6d17b081cc16b0ba13ab918e885674b2defa8280 (diff) | |
download | faqe-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |