EightBit/M6502/test/Makefile
Adrian Conlon 2482a7b742 Moved the 6502 test directory to something a little more standard.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2018-01-06 22:10:02 +00:00

9 lines
173 B
Makefile

EXE = test_m6502
CXXFILES = Board.cpp Configuration.cpp test.cpp
LDFLAGS = -L ../src -L ../../src -lm6502 -leightbit
include ../../compile.mk
include ../../exe_build.mk