aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-12-29 16:51:13 +0100
committerKim Alvefur <zash@zash.se>2021-12-29 16:51:13 +0100
commit9b31c8175eb5a59693295ac40a4b653c7b97207b (patch)
tree5bb429291d9b94e797dc432872bbd858636caf65 /GNUmakefile
parente469d015af5df65342d5ed6072719e40a0f969df (diff)
downloadprosody-9b31c8175eb5a59693295ac40a4b653c7b97207b.tar.gz
prosody-9b31c8175eb5a59693295ac40a4b653c7b97207b.zip
make: Add target for rebuilding from Teal sources
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f36870e9..17f0ea51 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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