diff --git a/src/Makefile b/src/Makefile index 72eb0d5..5848a66 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,8 +1,6 @@ -CC=gcc - -CFLAGS=-Wall -pedantic -Wextra -std=gnu99 -I../lib -I./ -Ioutput_modules -O2 -g -LDFLAGS=-g -pthread -LDLIBS= -lpcap -lgmp -lm +CFLAGS+=-Wall -pedantic -Wextra -std=gnu99 -I../lib -I./ -Ioutput_modules -O2 -g +LDFLAGS+=-g -pthread +LDLIBS+= -lpcap -lgmp -lm TARGETS=zmap VPATH=../lib:output_modules:probe_modules PREFIX=/usr/local