8 lines
186 B
Text
8 lines
186 B
Text
modules := memory/mem_device \
|
|
memory/bus \
|
|
memory/ram \
|
|
memory/bootrom_overlay \
|
|
cpu/cpu \
|
|
cpu/decoder
|
|
|
|
CXX_FLAGS := -I $(CURDIR)
|