diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2007-01-22 10:42:55 +0100 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2007-01-22 10:42:55 +0100 | 
| commit | 348c11b16c156979ef2c7141ca7450af693b3713 (patch) | |
| tree | c4bd8c28bbe8b4d5f09fbfa7166fd89c8f318285 /lib | |
| parent | 7738014d6a9ad81806ddb4e06092791dbd10b616 (diff) | |
Add lcov target
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/Makefile b/lib/Makefile index 33073c27..a9038987 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -17,6 +17,7 @@ LFLAGS += -r  # [SH] Phony targets  all: lib.o  check: all +lcov:  gcov:  	gcov *.c | 
