diff --git a/bin/example.wasm b/bin/test.wasm similarity index 100% rename from bin/example.wasm rename to bin/test.wasm diff --git a/makefile b/makefile index df0f0ec..47b4739 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ BINARY = bin/wassembly all: ${BINARY} check: ${BINARY} - ./$< ./bin/example.wasm + ./$< ./bin/test.wasm clean: -rm -rf build ./${BINARY}