Diff

GNUmakefile @ 12979:fbbf4f0db8f0

teal: Move into prosody namespace
author Kim Alvefur <zash@zash.se>
date Thu, 23 Mar 2023 13:36:52 +0100
parent 12973:cc215923297f
line wrap: on
line diff
--- 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 $@