From a21f025a13646d3dbd78732472ddec52e6850887 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 31 Aug 2018 13:34:23 +0930 Subject: [PATCH] TAGS: add python files. This is part of our new "Python programmers are people too" policy. Signed-off-by: Rusty Russell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2cb420465..69546abb9 100644 --- a/Makefile +++ b/Makefile @@ -307,7 +307,7 @@ ncc: external/libwally-core/src/libwallycore.la # Ignore test/ directories. TAGS: FORCE - $(RM) TAGS; find * -name test -type d -prune -o -name '*.[ch]' -print | xargs etags --append + $(RM) TAGS; find * -name test -type d -prune -o -name '*.[ch]' -print -o -name '*.py' -print | xargs etags --append FORCE:: ccan/ccan/cdump/tools/cdump-enumstr: ccan/ccan/cdump/tools/cdump-enumstr.o $(CDUMP_OBJS) $(CCAN_OBJS)