mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 05:10:40 +00:00
Fixup Makefile of FUZZ test after moving to main lwIP rep
This commit is contained in:
parent
cceea73c3f
commit
11780f037b
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,3 +11,5 @@
|
|||||||
/src/apps/snmp/LwipMibCompiler/SharpSnmpLib/obj/
|
/src/apps/snmp/LwipMibCompiler/SharpSnmpLib/obj/
|
||||||
/src/apps/snmp/LwipMibCompiler/LwipMibCompiler.userprefs
|
/src/apps/snmp/LwipMibCompiler/LwipMibCompiler.userprefs
|
||||||
/src/apps/snmp/LwipMibCompiler/*.suo
|
/src/apps/snmp/LwipMibCompiler/*.suo
|
||||||
|
/test/fuzz/output
|
||||||
|
/test/lwip_fuzz
|
||||||
|
@ -32,7 +32,9 @@
|
|||||||
all compile: lwip_fuzz
|
all compile: lwip_fuzz
|
||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
|
||||||
include ../Common.mk
|
CONTRIBDIR=../../../lwip-contrib
|
||||||
|
|
||||||
|
include $(CONTRIBDIR)/ports/unix/Common.mk
|
||||||
|
|
||||||
CC=afl-gcc
|
CC=afl-gcc
|
||||||
LDFLAGS:=$(LDFLAGS) -lm
|
LDFLAGS:=$(LDFLAGS) -lm
|
||||||
|
Loading…
Reference in New Issue
Block a user