vgbc/Makeconf

10 lines
167 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
modules += test
2023-08-26 19:04:02 +02:00
CXX_FLAGS := -I $(CURDIR)