# $Id: Makefile,v 1.1 2020/07/15 20:56:58 absc Exp $

PROG=		simple-post

SRCS=		simple-post.c

MAN=

CFLAGS+=		-I/usr/local/include

COPTS+=		-Wall -Wmissing-prototypes -Wmissing-declarations
COPTS+=		-Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual
COPTS+=		-Wsign-compare

LDFLAGS+=	-L/usr/local/lib

LDADD=		-lapi -lcurl -lnghttp2 -lssl -lcrypto -lz -lpthread

.include <bsd.prog.mk>
