aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-12-19 09:34:40 +0100
committerKim Alvefur <zash@zash.se>2016-12-19 09:34:40 +0100
commit0b94607fcc49a9abd09515966e0218e2393b2ec3 (patch)
tree22c3bd86a1b1249c79c21e3f12989991ef540d33 /Makefile
parent4ce8f255107391bc040fde22b153cfc0049fb3f9 (diff)
parent6e6d42e3c0617a38fe8e6a358c82c38e286ca352 (diff)
downloadprosody-0b94607fcc49a9abd09515966e0218e2393b2ec3.tar.gz
prosody-0b94607fcc49a9abd09515966e0218e2393b2ec3.zip
Merge 0.10->trunk
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