mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-03-15 01:16:39 +00:00
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
|