mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
make: add ctags target
For us vim users :) Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
16dd091d8b
commit
cf2c4c5dde
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -547,6 +547,9 @@ ncc: ${TARGET_DIR}/libwally-core-build/src/libwallycore.la
|
|||
TAGS:
|
||||
$(RM) TAGS; find * -name test -type d -prune -o -name '*.[ch]' -print -o -name '*.py' -print | xargs etags --append
|
||||
|
||||
tags:
|
||||
$(RM) tags; find * -name test -type d -prune -o -name '*.[ch]' -print -o -name '*.py' -print | xargs ctags --append
|
||||
|
||||
ccan/ccan/cdump/tools/cdump-enumstr: ccan/ccan/cdump/tools/cdump-enumstr.o $(CDUMP_OBJS) $(CCAN_OBJS)
|
||||
|
||||
ALL_PROGRAMS += ccan/ccan/cdump/tools/cdump-enumstr
|
||||
|
|
Loading…
Add table
Reference in a new issue