At the end of a makefile I saw
rm -f *~ *.class
I understand the *.class, but what's *~?
|
At the end of a makefile I saw
I understand the |
|||||
|
|
It's basically removing backup files.
Many Unix/Linux systems programs create backup files that end in For example, the
|
||||