Browse Source

TAGS: Improve support.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 10 years ago
parent
commit
a0b621689e
  1. 1
      .gitignore
  2. 2
      Makefile

1
.gitignore

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

2
Makefile

@ -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

Loading…
Cancel
Save