From 0ac314f1dc24ea4d20855ea400b3d1635b4aef0e Mon Sep 17 00:00:00 2001 From: Alexis CRISCUOLO <alexis.criscuolo@pasteur.fr> Date: Tue, 28 Nov 2023 16:51:30 +0100 Subject: [PATCH] 0.4.3.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37ffbe3..9ea189a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ for p in SAM2MAP MAP2FASTA FASTA2MSA do javac $p.java ; native-image $p $p ; - rm $p.class $p.build_artifacts.txt ; + rm -f $p.class $p.build_artifacts.txt ; done ``` -- GitLab