aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86a8f78..573c965 100644
--- a/Makefile
+++ b/Makefile
@@ -28,5 +28,5 @@ publish:
ifndef DEST_PATH
$(error DEST_PATH must be set when publishing)
endif
- rsync -a $(GOPATH)/bin/$(XBIN) $(DEST_PATH)/$(XBIN)
+ rsync -az $(GOPATH)/bin/$(XBIN) $(DEST_PATH)/$(XBIN)
@sha256sum $(GOPATH)/bin/$(XBIN)