c-ipfs/thirdparty/Makefile
2016-11-07 16:29:30 -05:00

6 lines
65 B
Makefile

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