hurl

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | 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:
MMakefile | 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