add go install
to justfile
This commit is contained in:
parent
c55d3478dd
commit
636c6f9143
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
@ -22,6 +22,10 @@ run-binary: build
|
|||
run-args args:
|
||||
go run {{cmd}} {{args}}
|
||||
|
||||
# install binary into $GOPATH
|
||||
install:
|
||||
go install {{cmd}}
|
||||
|
||||
# clean up after yourself
|
||||
clean:
|
||||
rm {{output}}
|
||||
|
|
Loading…
Add table
Reference in a new issue