8 lines
148 B
Makefile
8 lines
148 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../cppcheck
|
|
|
|
GUI_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|