Rename example.wasm to test.wasm

This commit is contained in:
2020-05-16 12:11:05 +02:00
parent f9c43f19e6
commit 1ce75c3772
2 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ BINARY = bin/wassembly
all: ${BINARY}
check: ${BINARY}
./$< ./bin/example.wasm
./$< ./bin/test.wasm
clean:
-rm -rf build ./${BINARY}