Skip to content

Commit 905f42d

Browse files
committed
[interpreter] Makefile tweak
1 parent f2ab415 commit 905f42d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

document/core/util/bikeshed_fixup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def Main():
5959
)
6060

6161
data = data.replace(
62-
"""<a class="reference external" href="https://ieeexplore.ieee.org/document/8766229">IEEE 754-2019</a>""",
62+
"""<a class="reference external" href="https://ieeexplore.ieee.org/document/8766229">IEEE 754</a>""",
6363
"[[!IEEE-754-2019]]"
6464
)
6565

interpreter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ all: unopt opt libunopt libopt test
4141
land: $(WINMAKE) all
4242
zip: $(ZIP)
4343
smallint: smallint.native
44-
ci: land wast.js dunebuild
44+
ci: land jslib dunebuild
4545

4646
dunebuild:
4747
dune build

0 commit comments

Comments
 (0)