Comparison

Makefile @ 7165:f0e6757261bc

Makefile: Use runtime set by configure (fixes #629)
author Kim Alvefur <zash@zash.se>
date Thu, 18 Feb 2016 19:08:01 +0100
parent 7071:d9e620adfb64
child 7234:161f9f163e37
comparison
equal deleted inserted replaced
7163:eadbf19d0de0 7165:f0e6757261bc
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: %