mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-26 20:30:59 +01:00
Makefile: add TAGS target.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
abac31072e
commit
623c6562af
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -23,6 +23,10 @@ LDLIBS := -lcrypto -lprotobuf-c
|
|||
|
||||
default: $(PROGRAMS)
|
||||
|
||||
TAGS: FORCE
|
||||
etags *.[ch]
|
||||
FORCE::
|
||||
|
||||
lightning.pb-c.c lightning.pb-c.h: lightning.proto
|
||||
$(PROTOCC) lightning.proto --c_out=.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue