I tried to deploy a sample project following netbeans tutorial it returned followeing output:
cd '/home/pi/Documents/netbeansProject/Welcome_1/'
/usr/bin/make -f Makefile CONF=Debug
make: Makefile: No such file or directory
make: *** No rule to make target 'Makefile'. Stop.
All that i got to know after searching about this is make is not able to find the make file named ‘Makefile’ but i already have it in the project in the ‘Important Files’ section. Still make cannot find it…
The difference that i noticed from the tutorial is that i didn’t get “Copying project files to…” in the output. Could it be that the Makefile never got to the rasberrypi and that’s why it can’t find it?