From 0958649f3b3d3bbce55615c08ce7561bc1457706 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 13 Jan 2021 18:17:57 -0500 Subject: Remove -t flag from ctags commands It's the default/only there for compatibility on the implementations I use. --- bin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/Makefile b/bin/Makefile index 9cdf9848..e7fe8f8b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -105,7 +105,7 @@ scheme.h: scheme ./scheme -c > scheme.h tags: *.[chly] - ctags -tw *.[chly] + ctags -w *.[chly] IGNORE = *.o *.html ${BINS_ALL} ${LINKS} scheme.h tags htmltags @@ -140,7 +140,7 @@ ${HTMLS}: html.sh scheme hilex htagml htmltags htmltags: *.[chly] rm -f $@ - for f in *.[chly]; do ctags -atw -f $@ $$f; done + for f in *.[chly]; do ctags -aw -f $@ $$f; done .SUFFIXES: .html -- cgit 1.4.1 td class='sub'>dontfiles
summary refs log tree commit diff
path: root/etc/Go-Mono-Bold.ttf (unfollow)
Commit message (Expand)Author
2019-09-10Set Accept-Encoding in titleJune McEnroe
2019-09-08Set title User-AgentJune McEnroe
2019-09-07Add -x flag to titleJune McEnroe
2019-09-07Ignore SIGPIPE in relayJune McEnroe
2019-09-07Add A Memory Called EmpireJune McEnroe
2019-09-05Handle lack of Content-TypeJune McEnroe
2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe
2019-09-05Decode entities in titlesJune McEnroe
2019-09-05Print title as soon as it's availableJune McEnroe
2019-09-05Use CURL_PREFIX to set flagsJune McEnroe
2019-09-05Add titleJune McEnroe
2019-09-04Add Avorter n'est pas tuerJune McEnroe
2019-08-29Unset executable on shell scriptsJune McEnroe
2019-08-29Add long-missing setopt to bin.7June McEnroe
2019-08-29Add editJune McEnroe