# HG changeset patch # User Kim Alvefur # Date 1482136363 -3600 # Node ID 0310ab4f277f2ab215ae02efd1283db8a6c3ef40 # Parent 93dd90309779893f61dcf334b2fd87b97d4c0340 Makefile: Add 'test' to phony targets so `make test` runs tests even if a file 'test' exists diff -r 93dd90309779 -r 0310ab4f277f Makefile --- 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