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:
Kim Alvefur 2021-03-09 13:59:45 +01:00
parent d7b1df42d3
commit 8cf1f8a901

View file

@ -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