c-libp2p/thirdparty/Makefile

6 lines
131 B
Makefile
Raw Normal View History

2016-11-07 21:34:08 +00:00
all:
cd mbedtls; make all;
clean:
# this is a waste of time. Uncomment if you make changes to mbedtls
#cd mbedtls; make clean;