commit ff79d2f04a7ce25d5765aa1c6f5ff90f1097b9e5
parent 6132b104325796373e89a5684344c8798d21c252
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:
1 file changed, 1 insertion(+), 1 deletion(-)
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