diff options
Diffstat (limited to 'plugins/triq.mk')
-rw-r--r-- | plugins/triq.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/triq.mk b/plugins/triq.mk index 8a77c91..2edfdba 100644 --- a/plugins/triq.mk +++ b/plugins/triq.mk @@ -1,6 +1,7 @@ # Copyright (c) 2015, Loïc Hoguin <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. +ifneq ($(wildcard $(DEPS_DIR)/triq),) .PHONY: triq # Targets. @@ -27,3 +28,4 @@ triq: test-build | sed "s/ebin\//'/;s/\.beam/',/" | sed '$$s/.$$//')) $(gen_verbose) $(call triq_run,[true] =:= lists:usort([triq:check(M) || M <- [$(MODULES)]])) endif +endif |