diff --git a/tutorial/Makefile b/tutorial/Makefile
index 0f5d0641..594a4505 100644
--- a/tutorial/Makefile
+++ b/tutorial/Makefile
@@ -13,9 +13,9 @@ actix: wasm
 
 axum: ## Build and run the axum server
 axum:
-	cd server/axum && ./build_wasm.sh && cargo run
+	cd server/axum && cargo run
 
 
 tide: ## Build and run the tide server
 tide: wasm
-	cd server/tide && cargo run
\ No newline at end of file
+	cd server/tide && cargo run