From 873aeb596f5ef1dbc9a5c3888e5df9eb96d251ec Mon Sep 17 00:00:00 2001 From: Brad Grantham Date: Wed, 23 Nov 2016 16:36:43 -0800 Subject: [PATCH] remove unneeded libraries and includes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 33b4303..1773ed3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -INCFLAGS += -I/opt/local/include -I/opt/local/include/freetype2 +INCFLAGS += -I/opt/local/include CXXFLAGS += $(INCFLAGS) -g -Wall --std=c++11 -O LDFLAGS += -L/opt/local/lib -LDLIBS += -lglfw -lfreeimageplus -lfreetype -framework OpenGL -framework Cocoa -framework IOkit +LDLIBS += -lglfw -framework OpenGL -framework Cocoa -framework IOkit OBJECTS = apple2e.o keyboard.o dis6502.o fake6502.o interface.o