1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00
Files
kubo/cmd/ipfs/Makefile
Jeromy c9b83c506c makefile fixes
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-05 15:50:40 -08:00

8 lines
83 B
Makefile

all: install
build:
cd ../../ && make build
install:
cd ../../ && make install