Add subdirs to makefile

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2017 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-03-28 18:21:31 +00:00
parent c4d5fec26f
commit 846f1c3c13

View File

@ -1,3 +1,3 @@
LEVEL = ../../..
DIRS = LevelRaise
DIRS = LevelRaise DecomposeMultiDimRefs Mem2Reg
include $(LEVEL)/Makefile.common