aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-12-06 15:16:56 +0100
committerJelmer Vernooij <jelmer@samba.org>2006-12-06 15:16:56 +0100
commita51be6448b7a6aa100f27873ce40b835068a66a7 (patch)
tree5abf99454ac9278b18dbe79d4b53c300b428790c /lib
parent7bcdde3d31f0e5b53601b90aa33ebd820c770172 (diff)
Fix gcov.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index b1bddb3e..33073c27 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -16,8 +16,9 @@ LFLAGS += -r
# [SH] Phony targets
all: lib.o
-
-check:
+check: all
+gcov:
+ gcov *.c
.PHONY: all clean distclean