chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01d5933
)
script.js: reorder inputs, so that comment massaging works again
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 14 Oct 2020 01:01:57 +0000
(
02:01
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 14 Oct 2020 01:01:57 +0000
(
02:01
+0100)
tsc is apparently happy with whatever order...
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 155790d9c52b71b90423544c4c31e41640ce0498..70c0919cb39a34054e7a33d7c2234a83049768ab 100644
(file)
--- 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