Skip to content

Commit

Permalink
fix make tags
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Jul 13, 2024
1 parent 74b1aff commit 39f9b72
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 @@ -96,7 +96,7 @@ package: linux linux-arm64 ## Build deb/rpm packages
-v $$(pwd)/dist:/root/dist \
-e VERSION=$(PROJECT_VERSION) aws-sso-cli-builder:latest

tags: cmd/aws-sso/*.go sso/*.go internal/*/*.go internal/*/*/*.go ## Create tags file for vim, etc
tags: cmd/*/*.go internal/*/*.go internal/*/*/*.go ## Create tags file for vim, etc
@echo Make sure you have Go Tags installed: https://github.com/jstemmer/gotags
gotags -f tags -sort=true $$(find . -type f -name "*.go")

Expand Down

0 comments on commit 39f9b72

Please sign in to comment.