mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
12 lines
160 B
Mathematica
12 lines
160 B
Mathematica
|
# Target: WDC 65816 simulator
|
||
|
TDEPFILES= w65-tdep.o remote-sim.o libsim.a
|
||
|
|
||
|
other:all
|
||
|
|
||
|
libsim.a:
|
||
|
cp ../sim/w65/libsim.a .
|
||
|
ranlib libsim.a
|
||
|
|
||
|
|
||
|
TM_FILE= tm-w65.h
|