diff options
Diffstat (limited to 'docker/Makefile')
-rw-r--r-- | docker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Makefile b/docker/Makefile index ac674cb..5fd5121 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -31,7 +31,7 @@ login: package_win: clean_win package_win_stage_1 sign_win_uninstaller_in_host package_win_stage_2 sign_win_installer_in_host clean_win: - @rm ../deploy/*.exe + @rm -f ../deploy/*.exe package_win_stage_1: docker run \ |