llvm-6502/tools/Makefile
Chris Lattner 2fd5b3da1e Reorder tool building sequence to more closely match the reality of what
is being worked on the most.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3196 91177308-0d34-0410-b5e6-96231b3b80d8
2002-08-01 00:01:33 +00:00

6 lines
105 B
Makefile

LEVEL = ..
DIRS = as dis opt gccas llc link lli gccld analyze extract
include $(LEVEL)/Makefile.common