projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
870c1af
)
Check in missing makefile
author
Chris Lattner
<sabre@nondot.org>
Mon, 29 Sep 2003 16:03:01 +0000
(16:03 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 29 Sep 2003 16:03:01 +0000
(16:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8738
91177308
-0d34-0410-b5e6-
96231b3b80d8
support/tools/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/support/tools/Makefile
b/support/tools/Makefile
new file mode 100644
(file)
index 0000000..
4772199
--- /dev/null
+++ b/
support/tools/Makefile
@@ -0,0
+1,6
@@
+LEVEL = ../..
+
+DIRS = Burg TableGen
+
+include $(LEVEL)/Makefile.common
+