Add gl_utility.o to Linux build

This commit is contained in:
Brad Grantham 2019-02-10 20:01:50 -08:00
parent 1591046c74
commit bfc177ef10
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ CXXFLAGS += $(INCFLAGS) -g -Wall --std=c++11 -O2
LDFLAGS += -L/opt/local/lib
LDLIBS += -lglfw -lao -lGL -lGLEW
OBJECTS = apple2e.o dis6502.o fake6502.o interface.o
OBJECTS = apple2e.o dis6502.o fake6502.o interface.o gl_utility.o
# keyboard.o