diff options
author | Kim Alvefur <zash@zash.se> | 2021-12-29 16:51:13 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-12-29 16:51:13 +0100 |
commit | 9b31c8175eb5a59693295ac40a4b653c7b97207b (patch) | |
tree | 5bb429291d9b94e797dc432872bbd858636caf65 | |
parent | e469d015af5df65342d5ed6072719e40a0f969df (diff) | |
download | prosody-9b31c8175eb5a59693295ac40a4b653c7b97207b.tar.gz prosody-9b31c8175eb5a59693295ac40a4b653c7b97207b.zip |
make: Add target for rebuilding from Teal sources
-rw-r--r-- | GNUmakefile | 2 |
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 |