TensorFlow lite micro with WSL

hi,
I have WSL in my windows OS and already clone the repo from tflite-micro. I have everything in the Ubuntu distribution and installed dependencies asked (numpy and Pillow). However, whenever in tflite-micro, calling the Makefile I get this:

:~/tflite-micro$ sudo make -f tensorflow/lite/micro/tools/make/Makefile test_hello_world_test

tensorflow/lite/micro/tools/make/downloads/flatbuffers already exists, skipping the download.
tensorflow/lite/micro/tools/make/downloads/kissfft already exists, skipping the download.
tensorflow/lite/micro/tools/make/downloads/pigweed already exists, skipping the download.
make: *** No rule to make target ‘test_hello_world_test’. Stop.

hello_world folder exists in examples but inside there are evaluate files (.py evaluate_test.cc etc)
I’m getting a bit crazy about this and a hand would be appreciated.
All the best,
Javier