mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
11 lines
183 B
Makefile
11 lines
183 B
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX= llvm-diff
|
|
|
|
SRCDIR= tools/llvm-diff
|
|
SRCS+= DiffConsumer.cpp
|
|
SRCS+= DiffLog.cpp
|
|
SRCS+= DifferenceEngine.cpp
|
|
SRCS+= llvm-diff.cpp
|
|
|
|
.include "../llvm.prog.mk"
|