]> granicus.if.org Git - clang/blob - Makefile
the macro start and macro end bits in source location are dead, remove them.
[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`