all:
	cd mbedtls; make all;

clean:
	# this is a waste of time. Uncomment if you make changes to mbedtls
	#cd mbedtls; make clean;