diff --git a/Makefile b/Makefile deleted file mode 100644 index 7c510a908..000000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -.PHONY: all gen build - -all: gen build - -gen: temporalcli/commands.gen.go - -temporalcli/commands.gen.go: temporalcli/commandsmd/commands.md - go run ./temporalcli/internal/cmd/gen-commands - -build: - go build ./cmd/temporal