From 3f39efd5e71b2416defda6381e46f835b07356b9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Oct 2020 02:01:57 +0100 Subject: [PATCH] script.js: reorder inputs, so that comment massaging works again tsc is apparently happy with whatever order... Signed-off-by: Ian Jackson --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 155790d9..70c0919c 100644 --- a/Makefile +++ b/Makefile @@ -180,9 +180,9 @@ $(LIBRARY_FILES): $(USVG_PROCESSOR) $(USVG_BINARY) Makefile TS_SRCS= script TS_SRC_FILES= \ + $(addprefix templates/,$(addsuffix .ts,$(TS_SRCS))) \ webassembly-types/webassembly.d.ts \ - templates/otter_wasm.ns.d.ts \ - $(addprefix templates/,$(addsuffix .ts,$(TS_SRCS))) + templates/otter_wasm.ns.d.ts LITFILES= LICENCE AGPLv3 TXTFILES= CC-BY-SA-3.0 CC-BY-SA-4.0 -- 2.30.2