1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 19:44:01 +08:00
Files
kubo/cmd/ipfs/Makefile
2014-11-18 06:15:00 -08:00

8 lines
59 B
Makefile

all: install
build:
go build
install: build
go install