From: Ian Jackson Date: Wed, 14 Oct 2020 01:01:57 +0000 (+0100) Subject: script.js: reorder inputs, so that comment massaging works again X-Git-Tag: otter-0.2.0~652 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3f39efd5e71b2416defda6381e46f835b07356b9;p=otter.git script.js: reorder inputs, so that comment massaging works again tsc is apparently happy with whatever order... Signed-off-by: Ian Jackson --- 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