--- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e403bb2..05e3f44 100644 --- a/Makefile +++ b/Makefile _AT_@ -360,6 +360,7 @@ dist: cp $(SRC:=.c) src/util.h "libgrapheme-$(VERSION)/src" cp $(TEST:=.c) test/util.c test/util.h "libgrapheme-$(VERSION)/test" tar -cf - "libgrapheme-$(VERSION)" | gzip -c > "libgrapheme-$(VERSION).tar.gz" + tar -cf - "libgrapheme-$(VERSION)" | zstd -c --ultra -22 -T0 > "libgrapheme-$(VERSION).tar.zst" rm -rf "libgrapheme-$(VERSION)" format: -- 2.40.1Received on Wed May 31 2023 - 20:43:32 CEST
This archive was generated by hypermail 2.3.0 : Wed May 31 2023 - 20:48:38 CEST