mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
6beedac106
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235 91177308-0d34-0410-b5e6-96231b3b80d8
13 lines
170 B
Makefile
13 lines
170 B
Makefile
LEVEL = ../..
|
|
|
|
DIRS =
|
|
|
|
LIBRARYNAME = support
|
|
|
|
## List source files in link order
|
|
Source = \
|
|
ProgramOption.o \
|
|
ProgramOptions.o
|
|
|
|
include $(LEVEL)/Makefile.common
|