From b9a9e1940b197c7cbde3671d836c03d82ad29418 Mon Sep 17 00:00:00 2001
From: Vincent Nivoliers <vincent.nivoliers@univ-lyon1.fr>
Date: Fri, 22 Nov 2019 10:39:36 +0100
Subject: [PATCH] added clean targetes in Makefile

---
 Code/Makefile              | 2 +-
 Code/hull_almost_exact.cpp | 0
 Code/hull_permutation.cpp  | 0
 Code/hull_perturbation.cpp | 0
 4 files changed, 1 insertion(+), 1 deletion(-)
 mode change 100755 => 100644 Code/hull_almost_exact.cpp
 mode change 100755 => 100644 Code/hull_permutation.cpp
 mode change 100755 => 100644 Code/hull_perturbation.cpp

diff --git a/Code/Makefile b/Code/Makefile
index 1d4ab52..ad74b3f 100644
--- a/Code/Makefile
+++ b/Code/Makefile
@@ -16,4 +16,4 @@ hull_almost_exact: hull_almost_exact.cpp svg.cpp
 	g++ -g -Wall hull_almost_exact.cpp svg.cpp -o hull_almost_exact
 
 clean:
-	rm -f precision hull
+	rm -f precision hull hull_perturbation hull_permutation hull_almost_exact
diff --git a/Code/hull_almost_exact.cpp b/Code/hull_almost_exact.cpp
old mode 100755
new mode 100644
diff --git a/Code/hull_permutation.cpp b/Code/hull_permutation.cpp
old mode 100755
new mode 100644
diff --git a/Code/hull_perturbation.cpp b/Code/hull_perturbation.cpp
old mode 100755
new mode 100644
-- 
GitLab