From: Tony Crisci Date: Wed, 1 Apr 2015 21:36:32 +0000 (-0400) Subject: makefile: allow COVERAGE to be configurable X-Git-Tag: 4.11~147^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=74abd8cd507cc6e8de3b7e940204333e94b45dc3;p=i3%2Fi3 makefile: allow COVERAGE to be configurable If COVERAGE=1 during build, i3 will be compiled for coverage testing. --- 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