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
commit6e6d42e3c0617a38fe8e6a358c82c38e286ca352 (patch)
treeb6eac98839ac06234df1458822b9bd0880f43ba6 /Makefile
parent5b23d4ddc26deb793dde08e2523e3ed0ae7b7307 (diff)
downloadprosody-6e6d42e3c0617a38fe8e6a358c82c38e286ca352.tar.gz
prosody-6e6d42e3c0617a38fe8e6a358c82c38e286ca352.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