c-ipfs/thirdparty/Makefile

6 lines
65 B
Makefile
Raw Permalink Normal View History

2016-11-07 21:29:30 +00:00
all:
cd ipfsaddr; make all;
clean:
cd ipfsaddr; make clean;