CPPFLAGS=-g -O2 
#-I/opt/monitoring/libpcap/include
LDFLAGS=-g 
#-L/opt/monitoring/libpcap/lib
LDLIBS=-lpcap

all: concatcap concaterf

concatcap: concatcap.o

concaterf: concaterf.o

clean:
	rm -f concatcap.o concatcap concaterf.o concaterf
