mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
7 lines
111 B
Makefile
7 lines
111 B
Makefile
|
|
PROG_CXX= llvm-extract
|
|
|
|
SRCDIR= llvm/tools/llvm-extract
|
|
SRCS+= llvm-extract.cpp
|
|
|
|
.include "../llvm.prog.mk"
|