mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
TAGS: add python files.
This is part of our new "Python programmers are people too" policy. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
94da5c9bd4
commit
a21f025a13
2
Makefile
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user