1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/Makefile
Chris Lattner c431b6ba77 Build burg tree
llvm-svn: 3792
2002-09-17 23:23:52 +00:00

8 lines
103 B
Makefile

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