aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-12-29 16:52:09 +0100
committerKim Alvefur <zash@zash.se>2021-12-29 16:52:09 +0100
commitd8017615c75ec62be48d09fa53bbb58e93656c9c (patch)
treec548a8bd62cba7697ad21dd231872a161bd8db72 /GNUmakefile
parent9b31c8175eb5a59693295ac40a4b653c7b97207b (diff)
downloadprosody-d8017615c75ec62be48d09fa53bbb58e93656c9c.tar.gz
prosody-d8017615c75ec62be48d09fa53bbb58e93656c9c.zip
util.jsonpointer: Resolve JSON Pointers per RFC 6901
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 17f0ea51..a86a0b7e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -110,7 +110,7 @@ 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
+teal: util/jsonschema.lua util/datamapper.lua util/jsonpointer.lua
util/%.so:
$(MAKE) install -C util-src