summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-02 01:21:34 +0000
committerChris Lattner <sabre@nondot.org>2002-12-02 01:21:34 +0000
commit24567a9202f80c217fa8cd96d68236f90b7b44e0 (patch)
tree3f4e92bd2e1fbceb409b9e682d857a411aff42b9 /utils/Makefile
parentf8bafe8fdbab2de97ff94df0c11e0be299d37701 (diff)
downloadllvm-24567a9202f80c217fa8cd96d68236f90b7b44e0.tar.gz
llvm-24567a9202f80c217fa8cd96d68236f90b7b44e0.tar.bz2
llvm-24567a9202f80c217fa8cd96d68236f90b7b44e0.tar.xz
Add makefile to build subdirs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4842 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
new file mode 100644
index 0000000000..a0e9427452
--- /dev/null
+++ b/utils/Makefile
@@ -0,0 +1,4 @@
+LEVEL = ..
+DIRS = Burg TableGen
+
+include $(LEVEL)/Makefile.common