From fc841f6ecad1c455c1c3bcbe127731dac921b326 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 9 Feb 2018 15:29:35 -0500 Subject: Silence BSD ctags warnings --- bin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index c55b42e9..ffbde39a 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -29,7 +29,7 @@ setuid: bri chmod u+s bri clean: - rm -f *.o gfx/*.o $(ALL_BINS) + rm -f tags *.o gfx/*.o $(ALL_BINS) link: ln -s -f $(ALL_BINS:%=$(PWD)/%) ~/.bin @@ -38,9 +38,9 @@ unlink: rm -f $(ALL_BINS:%=~/.bin/%) .gitignore: Makefile - echo tags '*.o' $(ALL_BINS) | tr ' ' '\n' > .gitignore + echo '*.o' tags $(ALL_BINS) | tr ' ' '\n' > .gitignore tags: *.c - ctags *.c + ctags -w *.c .PHONY: any bsd linux setuid clean link unlink -- cgit 1.4.1 'sub'>dontfiles
summary refs log tree commit diff
path: root/bin/1sh/mkbuiltins (unfollow)
Commit message (Expand)Author
2020-05-03Add The Rosewater InsurrectionJune McEnroe
2020-04-29Add endorsement to git.causal.agencyJune McEnroe
2020-04-25Replace wcwidth implementation with that of muslJune McEnroe
2020-04-21Add Markus Kuhn's wcwidth implementationJune McEnroe
2020-04-20Use . as ${LDLIBS.$@} separatorJune McEnroe
2020-04-14Add CREEP UJune McEnroe
2020-04-14Add DONT COME TO THE WOODSJune McEnroe
2020-04-04Include <content src> in feedJune McEnroe
2020-04-04Set publish date in feed from .DdJune McEnroe
2020-04-01Update cgit setup post with git-http-backendJune McEnroe