What will not happen if you run the make command without parameters?
It will build only programs that need to be rebuilt.
It will look for a file called makefile in your current directory.
It will run rules of compilation and building.
It will clean up all previously generated binaries and perform a new build.