diff options
author | Loïc Hoguin <[email protected]> | 2016-10-25 14:51:40 +0300 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-10-25 14:51:40 +0300 |
commit | a4c5491f49e2f5ab8cdd83e6f1b20080da8af2da (patch) | |
tree | 9fca5b17859c065177d44fa1d0f75ac1b154c10c /plugins | |
parent | 4f70eadae995ff3fa2740584f71470ffdcd2f9b7 (diff) | |
download | erlang.mk-a4c5491f49e2f5ab8cdd83e6f1b20080da8af2da.tar.gz erlang.mk-a4c5491f49e2f5ab8cdd83e6f1b20080da8af2da.tar.bz2 erlang.mk-a4c5491f49e2f5ab8cdd83e6f1b20080da8af2da.zip |
Add ci-prepare to .PHONY
Diffstat (limited to 'plugins')
-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 |