From 74abd8cd507cc6e8de3b7e940204333e94b45dc3 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Wed, 1 Apr 2015 17:36:32 -0400 Subject: [PATCH] makefile: allow COVERAGE to be configurable If COVERAGE=1 during build, i3 will be compiled for coverage testing. --- common.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/common.mk b/common.mk index b9e15a28..dcc90c96 100644 --- a/common.mk +++ b/common.mk @@ -1,6 +1,5 @@ UNAME=$(shell uname) DEBUG=1 -COVERAGE=0 INSTALL=install LN=ln ifndef PREFIX -- 2.39.5