c-ipfs/thirdparty/Makefile

6 lines
65 B
Makefile

all:
cd ipfsaddr; make all;
clean:
cd ipfsaddr; make clean;