mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
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
|