mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 05:52:20 +08:00
8 lines
83 B
Makefile
8 lines
83 B
Makefile
all: install
|
|
|
|
build:
|
|
cd ../../ && make build
|
|
|
|
install:
|
|
cd ../../ && make install
|