summaryrefslogtreecommitdiff
path: root/other/etherleak/Makefile
blob: a62d159f3736795635d9b124ffddd5cacc46ee9f (plain)
1
2
3
4
5
6
7
8
9
10
11
CC=gcc
CFLAGS=-g -Wall

all:
	$(CC) $(CFLAGS) `libnet-config  --defines  --cflags` $(CFLAGS) etherleak.c -o s\
	-lpcap -lnet -lpthread