commit d912ca3728ebdaf454b104f4de3f5f1a2e976534 parent e0dfd404ca7bcb5788dc218be7cf26daa3a560d5 Author: William Casarin <jb55@jb55.com> Date: Fri, 6 Nov 2020 21:59:42 -0800 make: add vim tags Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | Makefile | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -25,6 +25,9 @@ test: test.c $(OBJS) check: test @./test +tags: fake + ctags *.c *.h > $@ + TAGS: fake etags *.c *.h > $@