diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/.triq.mk.swp | bin | 0 -> 12288 bytes | |||
-rw-r--r-- | plugins/triq.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/.triq.mk.swp b/plugins/.triq.mk.swp Binary files differnew file mode 100644 index 0000000..8e11562 --- /dev/null +++ b/plugins/.triq.mk.swp diff --git a/plugins/triq.mk b/plugins/triq.mk index 77775f6..f316c1b 100644 --- a/plugins/triq.mk +++ b/plugins/triq.mk @@ -1,7 +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),) +ifeq ($(filter triq,$(DEPS) $(TEST_DEPS)),triq) .PHONY: triq # Targets. |