Skip to content

Commit c242241

Browse files
authored
Fix Build Bugs (#34)
1 parent b8d3692 commit c242241

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ bin.zip
44
docker/c2wasm-api
55
docker/wasi-sdk
66
docker/clangd
7-
docker/cleaner
7+
docker/hook-cleaner
8+
wasi-sdk.ts

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ c2wasm-api: ../c2wasm-api
3030
cp -LR $< .
3131

3232
clean:
33-
-rm -rf c2wasm-api clangd wasi-sdk hook-cleaner
33+
-rm -rf c2wasm-api clangd wasi-sdk hook-cleaner ../wasi-sdk.ts

wasi-sdk

Submodule wasi-sdk deleted from 628938f

0 commit comments

Comments
 (0)