Skip to content

Commit

Permalink
Missing -f
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Oct 5, 2016
1 parent 328cea8 commit 1c344fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docker-build: vendor-sync docker-builder clean
gzip $(BUILD_OUTPUT_DIR)/$(BIN_PREFIX)_linux_* && \
zip -r $(BUILD_OUTPUT_DIR)/$(BIN_PREFIX)_windows_386.zip $(BUILD_OUTPUT_DIR)/$(BIN_PREFIX)_windows_386.exe && \
zip -r $(BUILD_OUTPUT_DIR)/$(BIN_PREFIX)_windows_amd64.zip $(BUILD_OUTPUT_DIR)/$(BIN_PREFIX)_windows_amd64.exe && \
rm $(BUILD_OUTPUT_DIR)/*.exe
rm -f $(BUILD_OUTPUT_DIR)/*.exe

docker-builder:
(docker stop $(DOCKER_CONTAINER) || exit 0) && \
Expand Down

0 comments on commit 1c344fa

Please sign in to comment.