From 623c6562af9089c66fb2740371e94faa1d65ced3 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 4 Jun 2015 15:46:39 +0930 Subject: [PATCH] Makefile: add TAGS target. Signed-off-by: Rusty Russell --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 5b0dc9959..77b01200e 100644 --- a/Makefile +++ b/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=.