-
I just want to ask: make clean removes all files in one line like this:
wouldn't it be better if make clean removes all provided files with several commands one by one like this:
and why rm have flag -f -f two times, not one? sorry if this question seems strange, I am new to everything, also sorry for my english probably |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The first one is being added by the
"better" in what sense? A single command does the job, why would we invoke multiple commands to do the same thing? |
Beta Was this translation helpful? Give feedback.
This is just too cosmetic at this stage of the project.