From bfc177ef10472aec3c3029c5764d5fee1d4e27e6 Mon Sep 17 00:00:00 2001 From: Brad Grantham Date: Sun, 10 Feb 2019 20:01:50 -0800 Subject: [PATCH] Add gl_utility.o to Linux build --- Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.linux b/Makefile.linux index 551c909..b39e398 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -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