mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-23 15:29:24 +00:00
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
|