aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)