make: *** [modules] Error 2

guys any help

i try to skip make all and i try make install
then i get this



err0r1096@linux-w2ky:~/rtl8188eu> sudo make install 
install -p -m 644 8188eu.ko  /lib/modules/4.4.27-2-default/kernel/drivers/net/wireless
install: cannot stat '8188eu.ko': No such file or directory
Makefile:157: recipe for target 'install' failed
make: *** [install] Error 1


It requires the kernel-devel to build, as I stated, but most likely your sudo mkdir messed things up. Remove the directory you created and reinstall kernel-devel.

hello i try to del the folder but i cant is there ant command that ca help me to remove it ?

If you made it as root it is owned by root. So you must become root to remove it.