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