diff --git a/workflows/makefile_ex b/workflows/makefile_ex
deleted file mode 100644
index 27e34133284a4ddf55c19db33bb647fba67d63a2..0000000000000000000000000000000000000000
--- a/workflows/makefile_ex
+++ /dev/null
@@ -1,13 +0,0 @@
-# Cible principale : exécuter le script tp2.R après avoir obtenu les fichiers nécessaires
-.PHONY: run_tp2
-run_tp2: results/data/penncath.bim results/data/penncath.bed results/data/penncath.fam
-	Rscript sources/tp2.R  
-
-# Générer les fichiers penncath.bim, penncath.bed et penncath.fam en exécutant download_data.R
-results/data/penncath.bim results/data/penncath.bed results/data/penncath.fam:
-	Rscript sources/download_data.R  # Ceci aussi doit commencer par une tabulation
-	
-	
-	
-	   
-