From f095379bad844db266d7c9a3c81ff01ea01a7298 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 19 Dec 2016 09:32:43 +0100 Subject: [PATCH] Makefile: Add 'test' to phony targets so `make test` runs tests even if a file 'test' exists --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b6f99daf6..b814736a53 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ INSTALL_EXEC=$(INSTALL) -m755 MKDIR=install -d MKDIR_PRIVATE=$(MKDIR) -m750 -.PHONY: all clean install +.PHONY: all test clean install all: prosody.install prosodyctl.install prosody.cfg.lua.install prosody.version $(MAKE) -C util-src install