mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
make: Add target for building Teal sources
Compiled Lua targets included in parallel in order to not add a hard dependency on Teal, at least not yet.
This commit is contained in:
parent
d7b1df42d3
commit
8cf1f8a901
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@ lint:
|
|||
@echo $$(sed -n '/^\tlocal exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
|
||||
shellcheck configure
|
||||
|
||||
util/%.lua: teal-src/util/%.tl
|
||||
tl -I teal-src/ --gen-compat off --gen-target 5.1 gen $^ -o $@
|
||||
-lua-format -i $@
|
||||
|
||||
util/%.so:
|
||||
$(MAKE) install -C util-src
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue