summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 \