Makefile: remove TODO, add hurl.vt ascii-art by josuah - hurl - Gopher/HTTP/HTTPS file grabber
HTML git clone git://git.codemadness.org/hurl
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit ff79d2f04a7ce25d5765aa1c6f5ff90f1097b9e5
DIR parent 6132b104325796373e89a5684344c8798d21c252
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 9 Nov 2019 23:30:10 +0100
Makefile: remove TODO, add hurl.vt ascii-art by josuah
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -42,7 +42,7 @@ uninstall:
dist: clean
mkdir -p ${NAME}-${VERSION}
- cp -R README LICENSE Makefile ${NAME}.1 \
+ cp -R hurl.vt README LICENSE Makefile ${NAME}.1 \
${NAME}.c arg.h ${NAME}-${VERSION}
tar -cf ${NAME}-${VERSION}.tar ${NAME}-${VERSION}
gzip ${NAME}-${VERSION}.tar