1
2PROG_CXX=	clang-format
3MAN=
4
5SRCDIR=		clang/tools/clang-format
6SRCS+=		ClangFormat.cpp
7
8.include "../clang.prog.mk"
9