aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files 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