mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-08-15 15:27:23 +00:00
6 lines
103 B
C++
6 lines
103 B
C++
# CPU specfic build flags
|
|
CPU_CFLAGS = -DCPU=6502
|
|
|
|
# CPU specfic object files
|
|
CPU_OBJECTS = hd44780.o
|