Diff

GNUmakefile @ 12131:b4c0efff8dd3

util.jsonpointer: Resolve JSON Pointers per RFC 6901
author Kim Alvefur <zash@zash.se>
date Wed, 29 Dec 2021 16:52:09 +0100
parent 12130:c4ca226ff386
child 12313:469e4453ed01
child 12354:3ce3633527af
line wrap: on
line diff
--- a/GNUmakefile	Wed Dec 29 16:51:13 2021 +0100
+++ b/GNUmakefile	Wed Dec 29 16:52:09 2021 +0100
@@ -110,7 +110,7 @@
 	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