mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-19 02:08:25 +00:00
809973acb3
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
11 lines
208 B
Makefile
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
|