]> granicus.if.org Git - clang/blob - Makefile
Add a makefile to build and install headers.
[clang] / Makefile
1 LEVEL = ../..
2 DIRS := 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`