mirror of
https://github.com/cf-sonr/hway.git
synced 2026-01-12 03:09:14 +00:00
fix: correct go install command in Makefile
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user