View | Details | Raw Unified
Collapse All | Expand All

(-) Makefile (-2 lines)
 Lines 1-8    Link Here 
CC = gcc
CC = gcc
LD = $(CC)
LD = $(CC)
RM = rm -f
RM = rm -f
CFLAGS = -Wall -O2 -fomit-frame-pointer
LDFLAGS = -s
PCAP_H = -I/usr/include/pcap
PCAP_H = -I/usr/include/pcap
PCAP_L = -lpcap
PCAP_L = -lpcap