From a643a12b5c9f737f2c968a97dee74b2e87eb75ec Mon Sep 17 00:00:00 2001 From: hlts2 Date: Wed, 8 May 2024 15:10:45 +0900 Subject: [PATCH] fix: add missing make command Signed-off-by: hlts2 --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile b/Makefile index d844f341..da769b72 100644 --- a/Makefile +++ b/Makefile @@ -142,3 +142,13 @@ ci/deps/install: ## update deps for CI environment ci/deps/update: @echo "Nothing do be done" + +.PHONY: ci/package/prepare +## prepare for publich +ci/package/prepare: + @echo "Nothing do be done" + +.PHONY: ci/package/publish +## publich packages +ci/package/publish: + @echo "Nothing do be done"