vgbc/Makeconf

10 lines
205 B
Text

modules := memory/mem_device \
memory/bus \
memory/ram \
memory/bootrom_overlay \
cpu/cpu \
cpu/decoder
tests := test_bus
CXX_FLAGS := -I $(CURDIR)