mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-02-21 19:29:07 +00:00
6 lines
113 B
C++
6 lines
113 B
C++
# CPU specfic build flags
|
|
CPU_CFLAGS = -DCPU_6502
|
|
|
|
# CPU specfic object files
|
|
CPU_OBJECTS = dis6502.o regs6502.o
|