From fd56a839d33d8d33ff4722550f97465db56b379d Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 20 Apr 2018 22:05:11 +0200 Subject: Replace GLFW3 with SDL2 Replace all of GLFW3 with SDL2 for future benefits. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf