aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2016-03-04 22:28:15 +0000
committerMatthew Wild <mwild1@gmail.com>2016-03-04 22:28:15 +0000
commit26aa750e1c62b7994e790073620bf1fed7af476b (patch)
tree3a2a3a3b984030b3f04665ea994437f9c09addf4 /Makefile
parent1322d44e8dd886c16d3edf548af37c2e3d054480 (diff)
parent2d56536be48758e1332090eb6528f8a294887468 (diff)
downloadprosody-26aa750e1c62b7994e790073620bf1fed7af476b.tar.gz
prosody-26aa750e1c62b7994e790073620bf1fed7af476b.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 4e4a407d..a5cdbb37 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ clean:
$(MAKE) clean -C util-src
test:
- cd tests && $(RUNWITH) test.lua
+ cd tests && $(RUNWITH) test.lua 0
util/%.so:
$(MAKE) install -C util-src