aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-06 13:04:47 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-06 13:04:47 -0600
commit888e22deab902113dc4859ff670f88b3b319ed01 (patch)
tree0030841daf96892be89fb476cdda8e79073e6ae2 /Makefile
parentfix stupid build requirements in libs, artifacts from old crap (diff)
downloadargs.hxx-888e22deab902113dc4859ff670f88b3b319ed01.tar.xz
hadn't removed GL dependency
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d15b47d..cc05124 100644
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,6 @@ endif
LIBS =
CFLAGS += -I. $(FLAGS) -c -MMD
LDFLAGS += $(FLAGS)
-ifneq ($(OS), Darwin)
-LDFLAGS += -lGL
-endif
SOURCES = test.cxx
OBJECTS = $(SOURCES:.cxx=.o)