8 lines
131 B
Makefile
8 lines
131 B
Makefile
LEVEL = ../..
|
|
DIRS = InstrSelection TargetMachine
|
|
|
|
## List source files in link order
|
|
Source =
|
|
|
|
include $(LEVEL)/Makefile.common
|