Comparison

Makefile @ 7166:d843b7911d47

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Thu, 18 Feb 2016 19:09:37 +0100
parent 7165:f0e6757261bc
child 7234:161f9f163e37
comparison
equal deleted inserted replaced
7164:af26e8eb591f 7166:d843b7911d47
51 rm -f prosody.cfg.lua.install 51 rm -f prosody.cfg.lua.install
52 rm -f prosody.version 52 rm -f prosody.version
53 $(MAKE) clean -C util-src 53 $(MAKE) clean -C util-src
54 54
55 test: 55 test:
56 cd tests && ./run_tests.sh 56 cd tests && $(RUNWITH) test.lua
57 57
58 util/%.so: 58 util/%.so:
59 $(MAKE) install -C util-src 59 $(MAKE) install -C util-src
60 60
61 %.install: % 61 %.install: %