Mercurial > prosody-hg
diff Makefile @ 7790:0310ab4f277f
Makefile: Add 'test' to phony targets so `make test` runs tests even if a file 'test' exists
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 19 Dec 2016 09:32:43 +0100 |
| parents | 97c013e8f002 |
| children | 5d0175d3ecf4 |
line wrap: on
line diff
--- a/Makefile Mon Dec 19 08:51:50 2016 +0100 +++ b/Makefile Mon Dec 19 09:32:43 2016 +0100 @@ -19,7 +19,7 @@ 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
