c-libp2p/thirdparty/Makefile

5 lines
61 B
Makefile

all:
cd mbedtls; make all;
clean:
cd mbedtls; make clean;