diff options
Diffstat (limited to 'llvm/tools/Makefile')
-rw-r--r-- | llvm/tools/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile new file mode 100644 index 00000000000..0c2cedb7ebe --- /dev/null +++ b/llvm/tools/Makefile @@ -0,0 +1,5 @@ +LEVEL = .. +DIRS = dis as opt + +include $(LEVEL)/Makefile.common + |