mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 05:52:40 +00:00
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
|