Skip to content

Commit

Permalink
Merge pull request supabase#204 from supabase/chore/update-workflow
Browse files Browse the repository at this point in the history
fix: update makefile
  • Loading branch information
kangmingtay authored Sep 6, 2021
2 parents 82fc82c + b43cb0c commit 089886e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FLAGS?=-ldflags "-X github.com/supabase/gotrue/cmd.Version=`git rev-parse HEAD`"
help: ## Show this help.
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {sub("\\\\n",sprintf("\n%22c"," "), $$2);printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)

all: lint vet test build ## Run the tests and build the binary.
all: lint vet build ## Run the tests and build the binary.

build: ## Build the binary.
go build $(FLAGS)
Expand Down

0 comments on commit 089886e

Please sign in to comment.