hurl | Simple gopher and http(s) client. |
| download: http://git.y1.nz/archives/hurl.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 65cc503083a2c47fb8a3c04c1ec2374bd6bf00e9 parent e231337fbff684fb0318b9370191490417dd2ce0 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 9 Nov 2019 23:43:51 +0100 Makefile: use .tar.gz, not .tgz for dist rule Diffstat:
| M | Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -46,7 +46,7 @@ dist: clean ${NAME}.c arg.h ${NAME}-${VERSION} tar -cf ${NAME}-${VERSION}.tar ${NAME}-${VERSION} gzip ${NAME}-${VERSION}.tar - mv ${NAME}-${VERSION}.tar.gz ${NAME}-${VERSION}.tgz + mv ${NAME}-${VERSION}.tar.gz ${NAME}-${VERSION}.tar.gz rm -rf "${NAME}-${VERSION}" .PHONY: all clean dist install uninstall
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.