Skip to content

Commit

Permalink
Makefile: Add 'test' to phony targets so make test runs tests even …
Browse files Browse the repository at this point in the history
…if a file 'test' exists
  • Loading branch information
Zash committed Dec 19, 2016
1 parent 7a07f5a commit f095379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit f095379

Please sign in to comment.