mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 11:27:42 +08:00
9 lines
87 B
Makefile
9 lines
87 B
Makefile
all: build
|
|
|
|
build:
|
|
go build
|
|
mv cli ipfs
|
|
|
|
install: build
|
|
cp ipfs /usr/local/bin/ipfs
|