9 lines
167 B
Text
9 lines
167 B
Text
modules := memory/mem_device \
|
|
memory/bus \
|
|
memory/ram \
|
|
cpu/cpu \
|
|
cpu/decoder
|
|
|
|
modules += test
|
|
|
|
CXX_FLAGS := -I $(CURDIR)
|