Translations:Make/6/en
Jump to navigation
Jump to search
The clean target erases all previously compiled binary files to be able to recompile from scratch. There is sometimes also a distclean target, which not only deletes files made by make, but also files created at configuration time by configure or cmake. So to clean the compilation directory, you can usually run
[name@server ~]$ make clean
and sometimes
[name@server ~]$ make distclean