Browse Source

Add ci-prepare to .PHONY

Loïc Hoguin 8 years ago
parent
commit
a4c5491f49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/ci.mk

+ 1 - 1
plugins/ci.mk

@@ -1,7 +1,7 @@
 # Copyright (c) 2015-2016, Loïc Hoguin <essen@ninenines.eu>
 # Copyright (c) 2015-2016, Loïc Hoguin <essen@ninenines.eu>
 # This file is part of erlang.mk and subject to the terms of the ISC License.
 # 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
 KERL ?= $(CURDIR)/kerl
 export KERL
 export KERL