mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 23:15:37 +00:00
Minor cleanup of FUZZ test Makefile
This commit is contained in:
parent
11780f037b
commit
bb8088d498
@ -32,13 +32,12 @@
|
||||
all compile: lwip_fuzz
|
||||
.PHONY: all clean
|
||||
|
||||
CONTRIBDIR=../../../lwip-contrib
|
||||
|
||||
include $(CONTRIBDIR)/ports/unix/Common.mk
|
||||
|
||||
CC=afl-gcc
|
||||
LDFLAGS:=$(LDFLAGS) -lm
|
||||
CFLAGS:=$(CFLAGS) -O0
|
||||
LDFLAGS=-lm
|
||||
CFLAGS=-O0
|
||||
|
||||
CONTRIBDIR=../../../lwip-contrib
|
||||
include $(CONTRIBDIR)/ports/unix/Common.mk
|
||||
|
||||
clean:
|
||||
rm -f *.o $(LWIPLIBCOMMON) lwip_fuzz *.s .depend* *.core core
|
||||
|
Loading…
Reference in New Issue
Block a user