Skip to content

Commit

Permalink
wip: fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Feb 29, 2024
1 parent d93791f commit 0af206e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,4 @@ help: ## Display this help screen.
@grep -E '^[a-z.A-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

# codegen
include hack/inc.codegen.mk
8888
include hack/inc.codegen.mk
2 changes: 1 addition & 1 deletion internal/tools/updater/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ func main() {
if err != nil {
log.Fatal(err)
}
}
}

0 comments on commit 0af206e

Please sign in to comment.