Files
clang-p2996/clang/Makefile
2007-09-15 22:21:22 +00:00

12 lines
197 B
Makefile

LEVEL = ../..
DIRS := Basic Lex Parse AST Sema CodeGen Analysis Rewrite Driver
include $(LEVEL)/Makefile.common
test::
cd test; $(MAKE)
clean::
@rm -rf build
@rm -rf `find test -name Output`