mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-05 19:29:01 +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
|