Adrian Conlon fb305268b1 (Hopefully) Get the i8080 test suite up and running on Linux.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2017-12-05 21:53:54 +00:00

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