EightBit/Intel8080/test/Makefile
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

11 lines
216 B
Makefile

EXE = test_intel8080
CXXFLAGS = -I ../inc -I ../../inc
CXXFILES = Board.cpp Configuration.cpp test.cpp
LDFLAGS = -L ../src -L ../../src -lintel8080 -leightbit
include ../../compile.mk
include ../../exe_build.mk