To check what actually happens, run "make clean" and view the output of this command.
- It's nothing? Then in the current directory there may be a file called "clean". Please remove it and try again.
- Will it start with "rm ..."? Then it seems normal.
- In all other cases, tell us the exact result that you get.
To verify that the commands are actually running, insert some echo commands before and after the rm command. Are they being implemented?
And finally, did you distinguish between tabs and spaces? In makefiles, the difference is important. Commands must be indented using tabs.
source share