We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fd7a0 commit 5865d0aCopy full SHA for 5865d0a
Makefile
@@ -133,6 +133,10 @@ sshintegrationtest: ## Run the SSH integration tests in various Docker container
133
echo "Testing on ubuntu:noble" && docker build --build-arg="BASE=ubuntu:noble" -t ssh-ubuntu-noble ssh/tailssh/testcontainers && \
134
echo "Testing on alpine:latest" && docker build --build-arg="BASE=alpine:latest" -t ssh-alpine-latest ssh/tailssh/testcontainers
135
136
+.PHONY: generate
137
+generate: ## Generate code
138
+ ./tool/go generate ./...
139
+
140
help: ## Show this help
141
@echo "\nSpecify a command. The choices are:\n"
142
@grep -hE '^[0-9a-zA-Z_-]+:.*?## .*$$' ${MAKEFILE_LIST} | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[0;36m%-20s\033[m %s\n", $$1, $$2}'
0 commit comments