I receive this error trying to compile modules running make inside the MODULES folder
~/magic-lantern/modules# make clean
make: `clean' is up to date.
also
~/magic-lantern/modules# make
make: `all' is up to date.
Instead running make inside every specific plugin folder is ok.
What I'm doing wrong?
