freebsd-dev/usr.bin/clang/clang-format/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
129 B
Makefile
Raw Normal View History

# $FreeBSD$
PROG_CXX= clang-format
MAN=
SRCDIR= clang/tools/clang-format
SRCS+= ClangFormat.cpp
.include "../clang.prog.mk"