hanchenye-llvm-project/clang/Makefile

12 lines
172 B
Makefile
Raw Normal View History

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