kubo/cmd/ipfs2/Makefile
2014-11-14 03:16:05 -08:00

8 lines
59 B
Makefile

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