Comment by rixed
7 months ago
make clean is supposed to clean the intermediary files only but keep the actual build targets (typically what you want to install)
7 months ago
make clean is supposed to clean the intermediary files only but keep the actual build targets (typically what you want to install)
You might want .INTERMEDIATE in that case.