]> granicus.if.org Git - clang/blob - Makefile
be more quiet when building headers.
[clang] / Makefile
1 LEVEL = ../..
2 DIRS := Headers Basic Lex Parse AST Sema CodeGen Analysis Rewrite Driver
3
4 include $(LEVEL)/Makefile.common
5
6 test::
7         cd test; $(MAKE)
8
9 clean::
10         @rm -rf build
11         @rm -rf `find test -name Output`