next up previous contents HEAsoft Home
Next: 2.7.3 "distclean" target Up: 2.7 Overriding default behavior Previous: 2.7.1 "all" target

2.7.2 "clean" target

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.