make: Add target for rebuilding from Teal sources

This commit is contained in:
Kim Alvefur 2021-12-29 16:51:13 +01:00
parent e469d015af
commit 9b31c8175e

View file

@ -110,6 +110,8 @@ vpath %.tl teal-src/
tl -I teal-src/ --gen-compat off --gen-target 5.1 gen $^ -o $@
-lua-format -i $@
teal: util/jsonschema.lua util/datamapper.lua
util/%.so:
$(MAKE) install -C util-src