Translations:Make/6/en

From Alliance Doc
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

Question.png
[name@server ~]$ make clean

and sometimes

Question.png
[name@server ~]$ make distclean