mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-10 10:29:43 +00:00
08d742e336
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
9 lines
170 B
Makefile
9 lines
170 B
Makefile
LIB = libm6502.a
|
|
|
|
CXXFLAGS = -I ../inc -I ../../inc
|
|
|
|
CXXFILES = Disassembly.cpp Profiler.cpp Symbols.cpp mos6502.cpp
|
|
|
|
include ../../compile.mk
|
|
include ../../lib_build.mk
|