diff options
author | John Criswell <criswell@uiuc.edu> | 2003-06-30 22:12:19 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-06-30 22:12:19 +0000 |
commit | 2f8b41738ed579f91105569243919ff12be0ba0a (patch) | |
tree | c5748871dc81dedd346724c4b9e63a4bbc9dae87 /projects/Makefile | |
parent | b4a25f34010a7749234af4eadba3ceb3e7e2acfb (diff) |
Adding in projects subtree.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/Makefile')
-rw-r--r-- | projects/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/Makefile b/projects/Makefile new file mode 100644 index 0000000000..0489557731 --- /dev/null +++ b/projects/Makefile @@ -0,0 +1,6 @@ +LEVEL=.. + +DIRS= +OPTIONAL_DIRS:=$(shell ls | grep -v CVS) + +include $(LEVEL)/Makefile.common |