mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 06:17:56 +08:00
8 lines
59 B
Makefile
8 lines
59 B
Makefile
all: install
|
|
|
|
build:
|
|
go build
|
|
|
|
install: build
|
|
go install
|