commit | 2f8b41738ed579f91105569243919ff12be0ba0a | [log] [tgz] |
---|---|---|
author | John Criswell <criswell@uiuc.edu> | Mon Jun 30 22:12:19 2003 +0000 |
committer | John Criswell <criswell@uiuc.edu> | Mon Jun 30 22:12:19 2003 +0000 |
tree | c5748871dc81dedd346724c4b9e63a4bbc9dae87 | |
parent | b4a25f34010a7749234af4eadba3ceb3e7e2acfb [diff] |
Adding in projects subtree. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7017 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/projects/Makefile b/projects/Makefile new file mode 100644 index 0000000..0489557 --- /dev/null +++ b/projects/Makefile
@@ -0,0 +1,6 @@ +LEVEL=.. + +DIRS= +OPTIONAL_DIRS:=$(shell ls | grep -v CVS) + +include $(LEVEL)/Makefile.common