mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 02:47:48 +08:00
8 lines
83 B
Makefile
8 lines
83 B
Makefile
all: install
|
|
|
|
build:
|
|
cd ../../ && make build
|
|
|
|
install:
|
|
cd ../../ && make install
|