mirror of https://github.com/stella-emu/stella.git
More codebase cleanup.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1909 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
8b14e0eef8
commit
fba78252d5
|
@ -1,13 +0,0 @@
|
|||
MODULE := src/emucore/m6502
|
||||
|
||||
MODULE_OBJS := \
|
||||
src/emucore/m6502/Device.o \
|
||||
src/emucore/m6502/M6502.o \
|
||||
src/emucore/m6502/NullDev.o \
|
||||
src/emucore/m6502/System.o
|
||||
|
||||
MODULE_DIRS += \
|
||||
src/emucore/m6502
|
||||
|
||||
# Include common rules
|
||||
include $(srcdir)/common.rules
|
Loading…
Reference in New Issue