Compare commits
3 Commits
8690a026b1
...
2d3d1f881e
Author | SHA1 | Date | |
---|---|---|---|
2d3d1f881e | |||
cde1201da5 | |||
6df08053c6 |
12
Makefile
12
Makefile
@ -7,12 +7,12 @@ build:
|
||||
# Clean
|
||||
####################################################
|
||||
clean:
|
||||
rm -f ~/.local/bin/versionedTerraform
|
||||
rm -f $(shell go env GOPATH)/bin/versionedTerraform
|
||||
####################################################
|
||||
# Install
|
||||
####################################################
|
||||
install:
|
||||
mv versionedTerraform ~/.local/bin/
|
||||
mv versionedTerraform $(shell go env GOPATH)/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 local user bin folder'
|
||||
@echo ' all Nothing to do.'
|
||||
@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 ''
|
Loading…
Reference in New Issue
Block a user