aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-12-19 09:32:43 +0100
committerKim Alvefur <zash@zash.se>2016-12-19 09:32:43 +0100
commit8fa3305358309eb79f24c66bb08555ae5e785efa (patch)
treeb6eac98839ac06234df1458822b9bd0880f43ba6 /Makefile
parent4bacd7b4fc1ccdfc5c5257d3683137c81569da87 (diff)
downloadprosody-8fa3305358309eb79f24c66bb08555ae5e785efa.tar.gz
prosody-8fa3305358309eb79f24c66bb08555ae5e785efa.zip
Makefile: Add 'test' to phony targets so `make test` runs tests even if a file 'test' exists
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b6f99da..b814736a 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