From 2414450562696b45bd37b14530d5398d92a323dd Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Tue, 23 Oct 2012 21:16:14 +0000 Subject: Version qui compile sous Visual Studio 2005, CodeBlocks avec MinGW et Linux Ubuntu 12.04. J'ai carrément fait des fichiers includes par compliateur car ça faisait des tas de #if pourris. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2012-tzsp/trunk@14 147d2d3d-d0bd-48ea-923a-d90ac20f5906 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9d7637..e16310a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all : pcap2tzsp pcap2tzsp: pcap2tzsp.o - gcc -o pcap2tzsp pcap2tzsp.o -lpcap + gcc -Wall -o pcap2tzsp pcap2tzsp.o -lpcap pcap2tzsp.o : pcap2tzsp.c gcc -Wall -c pcap2tzsp.c clean : -- cgit v1.2.3