5 lines
No EOL
61 B
Makefile
5 lines
No EOL
61 B
Makefile
all:
|
|
cd mbedtls; make all;
|
|
|
|
clean:
|
|
cd mbedtls; make clean;
|