5 lines
54 B
Makefile
5 lines
54 B
Makefile
|
all:
|
||
|
cd ipfs; make all;
|
||
|
|
||
|
clean:
|
||
|
cd ipfs; make clean;
|