Skip to content

Commit

Permalink
chore(rules): Change default dist compression to ZSTD
Browse files Browse the repository at this point in the history
Using `make dist` out of the box now creates ZSTD compressed archives instead
of XZ along with a ZIP compressed archive.
  • Loading branch information
alerque committed Sep 20, 2024
1 parent 1a71069 commit 9fe7318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ $(DISTDIR):
mkdir -p $@

.PHONY: dist
dist: $(DISTDIR).zip $(DISTDIR).tar.xz
dist: $(DISTDIR).zip $(DISTDIR).tar.zst

$(DISTDIR).tar.bz2 $(DISTDIR).tar.gz $(DISTDIR).tar.xz $(DISTDIR).zip $(DISTDIR).tar.zst: install-dist
bsdtar -acf $@ $(DISTDIR)
Expand Down

0 comments on commit 9fe7318

Please sign in to comment.