1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/Makefile
Chris Lattner d8f6ea6e43 Make sure to build lib/Support before the utilities, then use the new
makefile in utils to build the utilities

llvm-svn: 4844
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)