зеркало из https://github.com/microsoft/clang-1.git
12 строки
180 B
Makefile
12 строки
180 B
Makefile
|
LEVEL = ../..
|
||
|
DIRS := Basic Lex Parse AST Sema CodeGen Driver
|
||
|
|
||
|
include $(LEVEL)/Makefile.common
|
||
|
|
||
|
test::
|
||
|
cd test; $(MAKE)
|
||
|
|
||
|
clean::
|
||
|
@rm -rf build
|
||
|
@rm -rf `find test -name Output`
|