c-ipfs/cmd/Makefile
2016-10-26 20:14:07 -05:00

5 lines
54 B
Makefile

all:
cd ipfs; make all;
clean:
cd ipfs; make clean;