Skip to content

Commit

Permalink
Makefile regenerated with the latest version of gomakegen
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jun 12, 2019
1 parent f2d3d4b commit 54aad8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ all: bibop ## Build all binaries
bibop: ## Build bibop binary
go build bibop.go

install: ## Install binaries
install: ## Install all binaries
cp bibop /usr/bin/bibop

uninstall: ## Uninstall binaries
uninstall: ## Uninstall all binaries
rm -f /usr/bin/bibop

git-config: ## Configure git redirects for stable import path services
Expand All @@ -46,9 +46,9 @@ clean: ## Remove generated files
rm -f bibop

help: ## Show this info
@echo -e '\nSupported targets:\n'
@echo -e '\n\033[1mSupported targets:\033[0m\n'
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) \
| awk 'BEGIN {FS = ":.*?## "}; {printf " \033[33m%-15s\033[0m %s\n", $$1, $$2}'
| awk 'BEGIN {FS = ":.*?## "}; {printf " \033[33m%-12s\033[0m %s\n", $$1, $$2}'
@echo -e ''
@echo -e '\033[90mGenerated by GoMakeGen 1.1.0\033[0m\n'

Expand Down

0 comments on commit 54aad8d

Please sign in to comment.