From 5401192f38ff407a749fccfdb8f2f9aab012efea Mon Sep 17 00:00:00 2001 From: Krister Svanlund Date: Mon, 11 Jul 2016 16:45:26 +0200 Subject: Build apps/* only once MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replicating the behavior for deps/*. With refactoring from Loïc. --- core/core.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/core.mk') diff --git a/core/core.mk b/core/core.mk index 8188bc3..6af2db9 100644 --- a/core/core.mk +++ b/core/core.mk @@ -12,7 +12,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.PHONY: all app deps search rel docs install-docs check tests clean distclean help erlang-mk +.PHONY: all app apps deps search rel docs install-docs check tests clean distclean help erlang-mk ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST))) -- cgit v1.2.3