mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-17 10:30:13 +00:00
2f76e901f9
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
9 lines
155 B
Makefile
9 lines
155 B
Makefile
LIB = libintel8080.a
|
|
|
|
CPPFLAGS = -I ../../inc
|
|
|
|
CXXFILES = Disassembler.cpp Intel8080.cpp Profiler.cpp
|
|
|
|
include ../../compile.mk
|
|
include ../../lib_build.mk
|