From be5e082c75b546c64ca61619f863961fb0f76ec5 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 22 Jun 2020 06:13:08 +0200 Subject: xcompile ready Signed-off-by: Toni Uhlig --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e001398c2..96d00ff65 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -Wall -Wextra $(EXTRA_CFLAGS) -LIBS = -pthread -lpcap -lm +CFLAGS += -Wall -Wextra $(EXTRA_CFLAGS) +LIBS += -pthread -lpcap -lm ifneq ($(CUSTOM_LIBNDPI),) LIBS += '$(CUSTOM_LIBNDPI)' -- cgit v1.2.3