We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b1eb1 commit 090a71bCopy full SHA for 090a71b
4 files changed
Makefile
@@ -0,0 +1,11 @@
1
+.PHONY: all gen build
2
+
3
+all: gen build
4
5
+gen: temporalcli/commands.gen.go
6
7
+temporalcli/commands.gen.go: temporalcli/commandsmd/commands.md
8
+ go run ./temporalcli/internal/cmd/gen-commands
9
10
+build:
11
+ go build ./cmd/temporal
0 commit comments