isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit bef89598159a2131f9ca2e58e28cefc322ed9076
parent 774ca45f1b1eb2b54186de3d1ff25cb39eff704c
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Fri,  3 Apr 2015 14:03:07 +0200

add cov-scan target

Diffstat:
MMakefile.am | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -54,6 +54,10 @@ log: git log --date=iso --log-size --name-only --no-merges | \ perl -e '$(LOG_PL)' > ChangeLog ) +cov-scan: clean + /opt/cov-analysis-*/bin/cov-build --dir cov-int $(MAKE) + tar cavf isync.tar.xz cov-int + deb: deb-clean CFLAGS= fakeroot debian/rules binary