EightBit/M6502/test/Makefile
Adrian Conlon 809973acb3 Couple more linux changes for the 6502...
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2018-01-06 22:35:17 +00:00

11 lines
208 B
Makefile

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