From dd630f57c65931c3b6c5da8151193d73b2b768bd Mon Sep 17 00:00:00 2001
From: Ludovic Pouzenc <ludovic@pouzenc.fr>
Date: Sat, 20 Oct 2012 16:22:14 +0000
Subject: Première version du client TZSP
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: file:///var/svn/2012-tzsp/trunk@2 147d2d3d-d0bd-48ea-923a-d90ac20f5906
---
 Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 Makefile

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c9d7637
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+all : pcap2tzsp
+
+pcap2tzsp: pcap2tzsp.o
+	gcc -o pcap2tzsp pcap2tzsp.o -lpcap 
+pcap2tzsp.o : pcap2tzsp.c
+	gcc -Wall -c pcap2tzsp.c
+clean :
+	@rm pcap2tzsp.o pcap2tzsp
-- 
cgit v1.2.3