EightBit/Z80/test/Makefile
Adrian Conlon 11062607e6 Start sharing parts of the linux build system.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2017-11-26 22:10:17 +00:00

10 lines
179 B
Makefile

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