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