From 4d4e7630db9202a12243f6975688062ee3ad098d Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Fri, 6 May 2016 13:03:34 -0600 Subject: fix stupid build requirements in libs, artifacts from old crap --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7171de7..d15b47d 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,9 @@ else FLAGS += -O3 endif -LIBS = glfw3 assimp -CFLAGS += -I. $(FLAGS) -c -MMD `pkg-config --cflags $(LIBS)` -LDFLAGS += $(FLAGS) `pkg-config --libs $(LIBS)` +LIBS = +CFLAGS += -I. $(FLAGS) -c -MMD +LDFLAGS += $(FLAGS) ifneq ($(OS), Darwin) LDFLAGS += -lGL endif -- cgit v1.2.1