From 1350c363e81dba44797474a4b7e04c897f52b99d Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Sun, 8 Jun 2008 22:02:06 +0000 Subject: Add a "coverage" target (like libcss) which runs lcov for nice-looking coverage statistics. svn path=/trunk/hubbub/; revision=4312 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cdac442..74c2b19 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,8 @@ PERL := perl PKGCONFIG := pkg-config INSTALL := install SED := sed +LCOV := lcov +GENHTML := genhtml # Toolchain flags WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \ -- cgit v1.2.3