The "clean" target usually removes only object files (*.o) and other files which are used by the Makefiles to keep track of which objects have been compiled recently. This target may safely be used to clean up the build area (and thereby free up some disk space) prior to using the "install" target.