Skip to content

Commit

Permalink
Ready for v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Oct 5, 2023
1 parent 71101a4 commit 025274f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -50,7 +50,7 @@ test1:

$(EXAMPLE_BUILD_TOOL) ./tests/test1/test1.go

publish:
release:
@echo
@echo " ----------------------------------------------------"
@echo "| Publishing $(NAME)... |"
Expand Down

0 comments on commit 025274f

Please sign in to comment.