changeset 14009:12af0116e12c

make: Add all Teal sources to 'teal' target Some were missing
author Kim Alvefur <zash@zash.se>
date Sun, 07 Dec 2025 14:46:07 +0100
parents 21126415c8a0
children 373d3edf58aa
files GNUmakefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Sun Dec 07 10:17:32 2025 +0000
+++ b/GNUmakefile	Sun Dec 07 14:46:07 2025 +0100
@@ -144,7 +144,7 @@
 	-lua-format -i --no-keep-simple-control-block-one-line --no-keep-simple-function-one-line $@
 	sed -i "1i-- This file is generated from $<" $@
 
-teal: util/jsonschema.lua util/datamapper.lua util/jsonpointer.lua plugins/mod_cron.lua
+teal: plugins/mod_cron.lua util/datamapper.lua util/jsonpointer.lua util/jsonschema.lua util/mathcompat.lua util/smqueue.lua util/xtemplate.lua
 
 util/%.so:
 	$(MAKE) install -C util-src