mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-08 22:06:20 +00:00
47919fe5af
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
11 lines
222 B
Makefile
11 lines
222 B
Makefile
EXE = test_m6502
|
|
|
|
CXXFLAGS = -I ../inc -I ../../inc
|
|
|
|
CXXFILES = Board.cpp Configuration.cpp test.cpp
|
|
|
|
LDFLAGS = -L ../src -L ../../src -lboost_regex -lm6502 -leightbit
|
|
|
|
include ../../compile.mk
|
|
include ../../exe_build.mk
|