From: Chris Lattner Date: Mon, 2 Dec 2002 01:21:34 +0000 (+0000) Subject: Add makefile to build subdirs X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=24567a9202f80c217fa8cd96d68236f90b7b44e0;p=oota-llvm.git Add makefile to build subdirs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4842 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/Makefile b/utils/Makefile new file mode 100644 index 00000000000..a0e94274523 --- /dev/null +++ b/utils/Makefile @@ -0,0 +1,4 @@ +LEVEL = .. +DIRS = Burg TableGen + +include $(LEVEL)/Makefile.common