mirror of
https://github.com/onsonr/hway.git
synced 2025-03-10 04:57:08 +00:00
fix: correct go install command in Makefile
This commit is contained in:
parent
758a62490f
commit
8b3269be4f
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
.DS_Store
|
||||
.aider*
|
||||
.vscode
|
||||
.idea
|
||||
bin
|
||||
tmp
|
4
Makefile
4
Makefile
@ -11,10 +11,10 @@ export RELEASE_DATE="$(date +%Y).$(date +%V).$(date +%u)"
|
||||
all: install test
|
||||
|
||||
build: go.sum
|
||||
go build -o build/hway .
|
||||
go build -o bin/hway .
|
||||
|
||||
install: go.sum
|
||||
go install -mod=readonly ./cmd/hway
|
||||
go install -mod=readonly .
|
||||
|
||||
########################################
|
||||
### Tools & dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user