mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 14:11:02 +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/LwipMibCompiler.userprefs
|
||||
/src/apps/snmp/LwipMibCompiler/*.suo
|
||||
/test/fuzz/output
|
||||
/test/lwip_fuzz
|
||||
|
@ -32,7 +32,9 @@
|
||||
all compile: lwip_fuzz
|
||||
.PHONY: all clean
|
||||
|
||||
include ../Common.mk
|
||||
CONTRIBDIR=../../../lwip-contrib
|
||||
|
||||
include $(CONTRIBDIR)/ports/unix/Common.mk
|
||||
|
||||
CC=afl-gcc
|
||||
LDFLAGS:=$(LDFLAGS) -lm
|
||||
|
Loading…
Reference in New Issue
Block a user