makefile: allow COVERAGE to be configurable

If COVERAGE=1 during build, i3 will be compiled for coverage testing.
This commit is contained in:
Tony Crisci 2015-04-01 17:36:32 -04:00
parent d2d72acac4
commit 74abd8cd50
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
UNAME=$(shell uname)
DEBUG=1
COVERAGE=0
INSTALL=install
LN=ln
ifndef PREFIX