From 19c9a5d50237bea82e2c72c5336c1469fa8ee29e Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 21 Mar 2024 13:32:14 +0100 Subject: [PATCH] better wasm build --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f1ca190..09cf843 100644 --- a/Makefile +++ b/Makefile @@ -22,5 +22,8 @@ buildwasm: zipwasm: zip -r openquell-$(SHORTVERSION).zip index.html openquell.wasm wasm_exec.js +wasm: buildwasm zipwasm + @ls -l openquell-$(SHORTVERSION).zip + test: @echo $(VERSION)