From 2ca829b9301b7caae80fa3b8192c1fc7a8f0d8eb Mon Sep 17 00:00:00 2001
From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org>
Date: Mon, 11 Jan 2010 22:51:14 +0100
Subject: Adding the clean target and the CPP flags.

---
 contrib/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/contrib/Makefile b/contrib/Makefile
index 3dcf1eb..c83ca22 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,6 +1,7 @@
 TARGETS = paq
 
 LD = g++
+CPPFLAGS = -O2
 
 PAQ_LIBS = -l boost_iostreams -l boost_system -l boost_filesystem
 
@@ -9,3 +10,6 @@ all: $(TARGETS)
 
 paq: paq.o
 	$(LD) -o $@ $^ $(PAQ_LIBS)
+
+clean:
+	rm -f *.o $(TARGETS)
-- 
cgit v1.2.3