mirror of
https://github.com/bradgrantham/apple2e.git
synced 2025-01-15 05:31:15 +00:00
remove keyboard
This commit is contained in:
parent
2c9a367b76
commit
9db796961f
4
Makefile
4
Makefile
@ -3,7 +3,9 @@ CXXFLAGS += $(INCFLAGS) -g -Wall --std=c++11 -O2
|
||||
LDFLAGS += -L/opt/local/lib
|
||||
LDLIBS += -lglfw -lao -framework OpenGL -framework Cocoa -framework IOkit
|
||||
|
||||
OBJECTS = apple2e.o keyboard.o dis6502.o fake6502.o interface.o
|
||||
OBJECTS = apple2e.o dis6502.o fake6502.o interface.o
|
||||
|
||||
# keyboard.o
|
||||
|
||||
all: apple2e
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user