make clean

Category: IaC & Automation

make clean

Remove files produced by previous builds

Runs the clean target, which deletes build artifacts such as object files and binaries so the next build starts fresh. Some projects add distclean to also remove generated configuration. Related: make.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.