mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-21 06:30:31 +00:00
fb305268b1
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
9 lines
165 B
Makefile
9 lines
165 B
Makefile
LIB = libintel8080.a
|
|
|
|
CXXFLAGS = -I ../inc -I ../../inc
|
|
|
|
CXXFILES = Disassembler.cpp Intel8080.cpp Profiler.cpp
|
|
|
|
include ../../compile.mk
|
|
include ../../lib_build.mk
|