mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
8 lines
59 B
Makefile
8 lines
59 B
Makefile
all: install
|
|
|
|
build:
|
|
go build
|
|
|
|
install: build
|
|
go install
|