master > master: makefile - lösche binäre Datei nicht

This commit is contained in:
RD 2022-04-19 09:02:32 +02:00
parent 9f0263a23f
commit cc9cb01c46
1 changed files with 0 additions and 1 deletions

View File

@ -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