6 lines
No EOL
131 B
Makefile
6 lines
No EOL
131 B
Makefile
all:
|
|
cd mbedtls; make all;
|
|
|
|
clean:
|
|
# this is a waste of time. Uncomment if you make changes to mbedtls
|
|
#cd mbedtls; make clean;
|