diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-29 15:58:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-29 15:58:16 +0000 |
commit | 870c1af326f405c23e8d3ae84c2548b5d049077e (patch) | |
tree | 225b852e7cd15fa10b0a7d0dc7331eb4efef9cbc /support/lib | |
parent | ead9a945ea912b00807e49a5628375ca3df14672 (diff) |
Initial checkin of makefile for this directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8737 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'support/lib')
-rw-r--r-- | support/lib/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support/lib/Makefile b/support/lib/Makefile new file mode 100644 index 0000000000..f5446d31f6 --- /dev/null +++ b/support/lib/Makefile @@ -0,0 +1,6 @@ +LEVEL = ../.. + +DIRS = Support + +include $(LEVEL)/Makefile.common + |