From ae2748dc0bf8f54561947738ec930744d774fc2a Mon Sep 17 00:00:00 2001 From: Brad Grantham Date: Sun, 27 Dec 2020 18:17:35 -0800 Subject: [PATCH] remove fake6502 from link --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d15f9d6..34d5f98 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ INCFLAGS += -I/opt/local/include -CXXFLAGS += $(INCFLAGS) -g -Wall --std=c++17 -O2 +CXXFLAGS += $(INCFLAGS) -g -Wall --std=c++17 # -O2 LDFLAGS += -L/opt/local/lib LDLIBS += -lglfw -lao -framework OpenGL -framework Cocoa -framework IOkit