From 1ce75c3772fcea48509c1f3ae73fc06c42bb7b0f Mon Sep 17 00:00:00 2001 From: Tijmen van Nesselrooij Date: Sat, 16 May 2020 12:11:05 +0200 Subject: [PATCH] Rename example.wasm to test.wasm --- bin/{example.wasm => test.wasm} | 0 makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{example.wasm => test.wasm} (100%) 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}