aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ci.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-25 14:51:40 +0300
committerLoïc Hoguin <[email protected]>2016-10-25 14:51:40 +0300
commita4c5491f49e2f5ab8cdd83e6f1b20080da8af2da (patch)
tree9fca5b17859c065177d44fa1d0f75ac1b154c10c /plugins/ci.mk
parent4f70eadae995ff3fa2740584f71470ffdcd2f9b7 (diff)
downloaderlang.mk-a4c5491f49e2f5ab8cdd83e6f1b20080da8af2da.tar.gz
erlang.mk-a4c5491f49e2f5ab8cdd83e6f1b20080da8af2da.tar.bz2
erlang.mk-a4c5491f49e2f5ab8cdd83e6f1b20080da8af2da.zip
Add ci-prepare to .PHONY
Diffstat (limited to 'plugins/ci.mk')
-rw-r--r--plugins/ci.mk2
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