llvm-6502/Makefile
Chris Lattner 737ae6ea61 Make sure to build lib/Support before the utilities, then use the new
makefile in utils to build the utilities


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4844 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-02 01:23:26 +00:00

8 lines
110 B
Makefile

LEVEL = .
DIRS = lib/Support utils lib tools
include $(LEVEL)/Makefile.common
test :: all
cd test; $(MAKE)