forked from OSchip/llvm-project
Add usage examples of recently added functionality.
llvm-svn: 147907
This commit is contained in:
parent
285e4b22f5
commit
e9f97704ea
|
@ -6,6 +6,12 @@
|
|||
# OBJC_SOURCES :=
|
||||
# OBJCXX_SOURCES :=
|
||||
# DYLIB_C_SOURCES :=
|
||||
# DYLIB_CXX_SOURCES :=
|
||||
#
|
||||
# Specifying DYLIB_ONLY has the effect of building dylib only, skipping
|
||||
# the building of the a.out executable program. For example,
|
||||
# DYLIB_ONLY := YES
|
||||
#
|
||||
|
||||
# Uncomment line below for debugging shell commands
|
||||
# SHELL = /bin/sh -x
|
||||
|
|
Loading…
Reference in New Issue