6 lines
65 B
Makefile
6 lines
65 B
Makefile
|
all:
|
||
|
cd ipfsaddr; make all;
|
||
|
|
||
|
clean:
|
||
|
cd ipfsaddr; make clean;
|
||
|
|