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
commit3e0686f349b7aea1478bf54dc3ec1ab403ab8c2f (patch)
tree3a2a3a3b984030b3f04665ea994437f9c09addf4 /Makefile
parentae606b2cdfedf41a2b6f8fd5e90fe5ddac3892e4 (diff)
parentdf618247d3fb899b69668dfcc084a154e04c34c6 (diff)
downloadprosody-3e0686f349b7aea1478bf54dc3ec1ab403ab8c2f.tar.gz
prosody-3e0686f349b7aea1478bf54dc3ec1ab403ab8c2f.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