libcoap-sys 0.2.2+libcoap-4.3.1

Raw bindings to the libcoap CoAP library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- Mode: Makefile for  OSS-Fuzz checks -*-

top_builddir=../..
top_srcdir=../..

LDLIBS+=-lFuzzingEngine
export LDLIBS

.PHONY: oss-fuzz clean

oss-fuzz:
	$(MAKE) -f Makefile.ci

clean:
	$(MAKE) -f Makefile.ci clean