From 025274f2f2725d6be8e2fb0b956d5b0e04c92bb1 Mon Sep 17 00:00:00 2001 From: Dima Marhitych Date: Thu, 5 Oct 2023 20:48:43 +0200 Subject: [PATCH] Ready for v0.0.4 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eecb6b5..5cc2672 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ EXAMPLE_BUILD_TOOL = wasmserve VERSION = v0.0.3 -.PHONY: setup example build_test test_backend test1 +.PHONY: setup example build_test test_backend test1 release setup: @echo @@ -50,7 +50,7 @@ test1: $(EXAMPLE_BUILD_TOOL) ./tests/test1/test1.go -publish: +release: @echo @echo " ----------------------------------------------------" @echo "| Publishing $(NAME)... |"