mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-11 02:29:50 +00:00
2482a7b742
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
9 lines
173 B
Makefile
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
|