Commit fdc7a4c9 authored by Rusty Russell's avatar Rusty Russell

TAGS: new Makefile target.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 60b4ad5b
TAGS
.depends
*.d
*.o
......
......@@ -122,6 +122,11 @@ inter-depends: $(ALL_DEPENDS) Makefile
test-depends: $(ALL_DEPENDS) Makefile
for f in $(ALL_DEPENDS); do echo check-`basename \`dirname $$f\``: `sed -n 's,ccan/\(.*\),check-\1,p' < $$f`; done > $@
TAGS: FORCE
find * -name '*.[ch]' | xargs etags
FORCE:
# Ensure we don't end up with empty file if configurator fails!
config.h: tools/configurator/configurator Makefile Makefile-ccan
tools/configurator/configurator $(CC) $(CCAN_CFLAGS) > $@ || rm -f $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment