makefile: allow COVERAGE to be configurable
If COVERAGE=1 during build, i3 will be compiled for coverage testing.
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
UNAME=$(shell uname)
|
||||
DEBUG=1
|
||||
COVERAGE=0
|
||||
INSTALL=install
|
||||
LN=ln
|
||||
ifndef PREFIX
|
||||
|
Reference in New Issue
Block a user