From b0605d1977a2804484e0248b217ac1300e8f3a14 Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Mon, 9 Mar 2020 10:07:11 +0000
Subject: [PATCH] Stop clean target errors

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index f136f42..9241da6 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,5 @@ swiftmpiproxies: swiftmpiproxies.c mpiuse.c mpiuse.h atomic.h cycle.h clocks.h c
 	$(CC) $(CFLAGS) -o swiftmpiproxies swiftmpiproxies.c mpiuse.c clocks.c -I/usr/include/mpi -lmpi -lpthread
 
 clean:
-	rm swiftmpistepsim
-	rm swiftmpiproxies
+	rm -f swiftmpistepsim
+	rm -f swiftmpiproxies
-- 
GitLab