commit | 9e5cc8d63ae539a9aa58858a1d9fa3b0b0e74eee | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@exceliance.fr> | Fri Oct 18 16:26:39 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 23 12:11:11 2013 +0200 |
tree | 0405196d8255d23a58f57bcfc6a84787aa3b57e4 | |
parent | 9ca6936c80cf02b37d6bcf2f58ef2bfdac0d52b2 [diff] [blame] |
MINOR: Makefile: provide cscope rule "make cscope" builds tags for cscope.
diff --git a/Makefile b/Makefile index 0529e89..2acaee4 100644 --- a/Makefile +++ b/Makefile
@@ -717,6 +717,9 @@ find src include \( -name '*.c' -o -name '*.h' \) -print0 | \ xargs -0 etags --declarations --members +cscope: + find src include -name "*.[ch]" -print | cscope -q -b -i - + tar: clean ln -s . haproxy-$(VERSION) tar --exclude=haproxy-$(VERSION)/.git \