diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 13:03:34 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 13:03:34 -0600 |
commit | 4d4e7630db9202a12243f6975688062ee3ad098d (patch) | |
tree | 641582b608adf9652f4572f43adf48dd8d90263c | |
parent | remove doxygenation from gitlab build (diff) | |
download | args.hxx-4d4e7630db9202a12243f6975688062ee3ad098d.tar.xz |
fix stupid build requirements in libs, artifacts from old crap
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |