aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2019-12-28 15:17:27 +0100
committerMartin Polden <mpolden@mpolden.no>2019-12-28 15:17:27 +0100
commit763e5e763fe0e8933b0a089730bdf9451cbdb934 (patch)
treedbdc02d4626719dbae50637f4eb6697a9c430b27
parente8b19ab2f6821e2d2110786754c9d11ad25b555d (diff)
Compress when publishing
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eecc416..ad9a8b6 100644
--- a/Makefile
+++ b/Makefile
@@ -36,5 +36,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)