Compare commits
No commits in common. "cde1201da583bd39905e9f1ba6e6163a4f8e02cb" and "a7cb1f8aa12fa2f8bab21a24dc92dcb37ebfaad6" have entirely different histories.
cde1201da5
...
a7cb1f8aa1
12
Makefile
12
Makefile
@ -7,12 +7,12 @@ build:
|
||||
# Clean
|
||||
####################################################
|
||||
clean:
|
||||
rm -f $(shell go env GOPATH)/bin/versionedTerraform
|
||||
rm -f ~/.local/bin/versionedTerraform
|
||||
####################################################
|
||||
# Install
|
||||
####################################################
|
||||
install:
|
||||
mv versionedTerraform $(shell go env GOPATH)/bin/
|
||||
mv versionedTerraform ~/.local/bin/
|
||||
####################################################
|
||||
# help feature
|
||||
####################################################
|
||||
@ -20,8 +20,8 @@ help:
|
||||
@echo ''
|
||||
@echo 'Usage: make [TARGET]'
|
||||
@echo 'Targets:'
|
||||
@echo ' build go build -o versionedTerraform ./cmd'
|
||||
@echo ' clean removes installed versionedTerraform file'
|
||||
@echo ' install installs versionedTerraform to bin folder in GOPATH'
|
||||
@echo ' all Nothing to do.'
|
||||
@echo ' build go build -o versionedTerraform ./cmd'
|
||||
@echo ' clean removes installed versionedTerraform file'
|
||||
@echo ' install installs versionedTerraform to local user bin folder'
|
||||
@echo ' all Nothing to do.'
|
||||
@echo ''
|
Loading…
Reference in New Issue
Block a user