mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-03-12 21:32:35 +00:00
6 lines
113 B
C++
6 lines
113 B
C++
# CPU specfic build flags
|
|
CPU_CFLAGS = -DCPU_6809
|
|
|
|
# CPU specfic object files
|
|
CPU_OBJECTS = dis6809.o regs6809.o
|