12 lines
155 B
Makefile
12 lines
155 B
Makefile
LEVEL = ../../..
|
|
|
|
DIRS = Sparc
|
|
|
|
LIBRARYNAME = target
|
|
|
|
## List source files in link order
|
|
Source = \
|
|
TargetMachine.o
|
|
|
|
include $(LEVEL)/Makefile.common
|