If you need to develop under Debian, or if you are trying to compile software and you get this error:
sh: 1: make: not found
You need to install the Debian development tools, to do that just run this command:
apt-get install build-essential
This will include make, gcc-compiler and others you will need to develop your software under Debian