Comparison

Makefile @ 8346:a567a646cf21

Makefile: Tell busted to use the configured Lua version (or C modules won't load)
author Kim Alvefur <zash@zash.se>
date Sun, 22 Oct 2017 20:41:11 +0200
parent 8238:1339d7ed54d5
child 8554:12a68e0d0ecf
comparison
equal deleted inserted replaced
8345:850c433eb862 8346:a567a646cf21
63 rm -f prosody.cfg.lua.install 63 rm -f prosody.cfg.lua.install
64 rm -f prosody.version 64 rm -f prosody.version
65 $(MAKE) clean -C util-src 65 $(MAKE) clean -C util-src
66 66
67 test: 67 test:
68 busted 68 busted --lua=$(RUNWITH)
69 69
70 util/%.so: 70 util/%.so:
71 $(MAKE) install -C util-src 71 $(MAKE) install -C util-src
72 72
73 %.install: % 73 %.install: %