mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +00:00
14 lines
190 B
Makefile
14 lines
190 B
Makefile
|
LEVEL = ../../..
|
||
|
|
||
|
DIRS =
|
||
|
|
||
|
LIBRARYNAME = select
|
||
|
|
||
|
## List source files in link order
|
||
|
Source = \
|
||
|
InstrSelection.o \
|
||
|
MachineInstr.o \
|
||
|
InstrForest.o
|
||
|
|
||
|
include $(LEVEL)/Makefile.common
|