mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-07 16:14:26 +01:00
TAGS: don't go into git dirs.
Things get quite confusing when this happens. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
2
Makefile
2
Makefile
@@ -261,7 +261,7 @@ check-source: check-makefile check-source-bolt \
|
||||
full-check: check $(TEST_PROGRAMS) check-source
|
||||
|
||||
TAGS: FORCE
|
||||
$(RM) TAGS; find . -name '*.[ch]' | xargs etags --append
|
||||
$(RM) TAGS; find * -name '*.[ch]' | xargs etags --append
|
||||
FORCE::
|
||||
|
||||
ccan/ccan/cdump/tools/cdump-enumstr: ccan/ccan/cdump/tools/cdump-enumstr.o $(CDUMP_OBJS) $(CCAN_OBJS)
|
||||
|
||||
Reference in New Issue
Block a user