make: run coverage when distclean

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2016-12-20 21:01:58 +01:00
parent 730896c006
commit c2d100f0ee
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -26,7 +26,7 @@ include $(dir)/Rules.mk
# include this file only if coverage target is executed
# it is quite expensive
ifneq ($(filter coverage% clean,$(MAKECMDGOALS)),)
ifneq ($(filter coverage% clean distclean,$(MAKECMDGOALS)),)
# has to be after cmd/ipfs due to PATH
dir := coverage
include $(dir)/Rules.mk