From 71ee83f076ccd52f712ec10ffe78d10f7534224f Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Mon, 5 Feb 2024 15:51:10 -0500 Subject: [PATCH] Fix make xml --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c72e8c14..aba3c5c9 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ xml: - tidy -iqm -wrap 0 -xml *.lss *.lsl + tidy -iqm -wrap 0 -xml splits/*/*.lss splits/*/*.lsl