vgbc/Makeconf

10 lines
169 B
Text
Raw Normal View History

2023-08-27 22:19:02 +02:00
modules := memory/mem_device \
memory/bus \
memory/ram \
cpu/cpu \
cpu/decoder
tests := test_bus
2023-08-26 19:04:02 +02:00
CXX_FLAGS := -I $(CURDIR)