GNUmakefile
changeset 12983 fbbf4f0db8f0
parent 12977 cc215923297f
--- a/GNUmakefile	Fri Mar 17 19:38:39 2023 +0100
+++ b/GNUmakefile	Thu Mar 23 13:36:52 2023 +0100
@@ -135,7 +135,7 @@
 	@echo $$(sed -n '/^\tlocal exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
 	shellcheck configure
 
-vpath %.tl teal-src/
+vpath %.tl teal-src/prosody
 %.lua: %.tl
 	tl -I teal-src/ --gen-compat off --gen-target 5.1 gen $^ -o $@
 	-lua-format -i $@