mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
Makefile: don't include tests in TAGS.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
f8344baf64
commit
59ecb3dfea
3
Makefile
3
Makefile
@ -256,8 +256,9 @@ check-source: check-makefile check-source-bolt check-whitespace \
|
||||
|
||||
full-check: check $(TEST_PROGRAMS) check-source
|
||||
|
||||
# Ignore test/ directories.
|
||||
TAGS: FORCE
|
||||
$(RM) TAGS; find * -name '*.[ch]' | xargs etags --append
|
||||
$(RM) TAGS; find * -name test -type d -prune -o -name '*.[ch]' -print | xargs etags --append
|
||||
FORCE::
|
||||
|
||||
ccan/ccan/cdump/tools/cdump-enumstr: ccan/ccan/cdump/tools/cdump-enumstr.o $(CDUMP_OBJS) $(CCAN_OBJS)
|
||||
|
Loading…
Reference in New Issue
Block a user