TAGS: Improve support.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2015-06-12 12:44:31 +09:30
parent 9f12b72476
commit a0b621689e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*~
*.o
TAGS
open-channel
open-anchor-scriptsigs
leak-anchor-sigs

View File

@ -21,7 +21,7 @@ $(PROGRAMS): CFLAGS+=-I.
default: $(PROGRAMS)
TAGS: FORCE
etags *.[ch]
$(RM) TAGS; find . -name '*.[ch]' | xargs etags --append
FORCE::
lightning.pb-c.c lightning.pb-c.h: lightning.proto