Cleanup style

This commit is contained in:
bdrewery 2018-05-25 21:46:07 +00:00
parent d904009e53
commit c8e7c42a5a

View File

@ -1,9 +1,10 @@
# $FreeBSD$
PROG=jevents
SRCS=jevents.c jsmn.c json.c
PROG= jevents
SRCS= jevents.c jsmn.c json.c
CFLAGS+= -Wno-cast-qual
.PATH: ${.CURDIR}
build-tools: jevents
MAN=
build-tools: jevents
.include <bsd.prog.mk>