Fixing issue #24; accidentally clobbering LDFLAGS and CFLAGS previously.
This commit is contained in:
parent
dab1e823bd
commit
aa090e63eb
@ -1,8 +1,6 @@
|
|||||||
CC=gcc
|
CFLAGS+=-Wall -pedantic -Wextra -std=gnu99 -I../lib -I./ -Ioutput_modules -O2 -g
|
||||||
|
LDFLAGS+=-g -pthread
|
||||||
CFLAGS=-Wall -pedantic -Wextra -std=gnu99 -I../lib -I./ -Ioutput_modules -O2 -g
|
LDLIBS+= -lpcap -lgmp -lm
|
||||||
LDFLAGS=-g -pthread
|
|
||||||
LDLIBS= -lpcap -lgmp -lm
|
|
||||||
TARGETS=zmap
|
TARGETS=zmap
|
||||||
VPATH=../lib:output_modules:probe_modules
|
VPATH=../lib:output_modules:probe_modules
|
||||||
PREFIX=/usr/local
|
PREFIX=/usr/local
|
||||||
|
Loading…
Reference in New Issue
Block a user