Skip to content

Commit

Permalink
remove unused command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed May 27, 2024
1 parent 963235e commit 5e7cdec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,6 @@ shellcheck:
@find tee-worker/scripts/litentry/ -name "*.sh" | xargs shellcheck -S warning
@echo "Ok"

# generate release tag

.PHONY: generate-tag ## generate full release tag
generate-tag:
@./scripts/generate-release-tag.sh

define pkgid
$(shell cargo pkgid $1)
endef

0 comments on commit 5e7cdec

Please sign in to comment.