From cc9cb01c46c22bb0e94ad79a310d106a776552f4 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Tue, 19 Apr 2022 09:02:32 +0200 Subject: [PATCH] =?UTF-8?q?master=20>=20master:=20makefile=20-=20l=C3=B6sc?= =?UTF-8?q?he=20bin=C3=A4re=20Datei=20nicht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/rust/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/code/rust/Makefile b/code/rust/Makefile index 6586695..c9eb4c5 100644 --- a/code/rust/Makefile +++ b/code/rust/Makefile @@ -93,6 +93,5 @@ clean: @$(call clean_all_files,.DS_Store) @echo "All build artefacts will be force removed." @$(call clean_all_folders,target) - @$(call delete_if_file_exists,dist/${ARTEFACT_NAME}) @cargo clean @exit 0