diff options
Diffstat (limited to 'plugins/ci.mk')
-rw-r--r-- | plugins/ci.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ci.mk b/plugins/ci.mk index fc7495a..d90e366 100644 --- a/plugins/ci.mk +++ b/plugins/ci.mk @@ -1,7 +1,7 @@ # Copyright (c) 2015-2016, Loïc Hoguin <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. -.PHONY: ci ci-setup distclean-kerl +.PHONY: ci ci-prepare ci-setup distclean-kerl KERL ?= $(CURDIR)/kerl export KERL |