From 888e22deab902113dc4859ff670f88b3b319ed01 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Fri, 6 May 2016 13:04:47 -0600 Subject: hadn't removed GL dependency --- Makefile | 3 --- 1 file changed, 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) -- cgit v1.2.1