vgbc/Makeconf

10 lines
169 B
Plaintext

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