mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-11 02:29:50 +00:00
Add preliminary Linux support for 6502 builds.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
0d3fee5daf
commit
2311ea98c6
8
M6502/src/Makefile
Normal file
8
M6502/src/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
LIB = libim6502.a
|
||||
|
||||
CXXFLAGS = -I ../inc -I ../../inc
|
||||
|
||||
CXXFILES = Disassembler.cpp Profiler.cpp Symbols.cpp mos6502.cpp
|
||||
|
||||
include ../../compile.mk
|
||||
include ../../lib_build.mk
|
8
M6502/test_M6502/Makefile
Normal file
8
M6502/test_M6502/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
EXE = test_m6502
|
||||
|
||||
CXXFILES = Board.cpp Configuration.cpp test.cpp
|
||||
|
||||
LDFLAGS = -L ../src -L ../../src -lm6502 -leightbit
|
||||
|
||||
include ../../compile.mk
|
||||
include ../../exe_build.mk
|
Loading…
x
Reference in New Issue
Block a user