remove unneeded libraries and includes

This commit is contained in:
Brad Grantham 2016-11-23 16:36:43 -08:00
parent e29d6ff984
commit 873aeb596f

View File

@ -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