Add makefile to build subdirs
authorChris Lattner <sabre@nondot.org>
Mon, 2 Dec 2002 01:21:34 +0000 (01:21 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 2 Dec 2002 01:21:34 +0000 (01:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4842 91177308-0d34-0410-b5e6-96231b3b80d8

utils/Makefile [new file with mode: 0644]

diff --git a/utils/Makefile b/utils/Makefile
new file mode 100644 (file)
index 0000000..a0e9427
--- /dev/null
@@ -0,0 +1,4 @@
+LEVEL = ..
+DIRS = Burg TableGen
+
+include $(LEVEL)/Makefile.common