[EMAIL PROTECTED] (Nikunj A. Dadhania) writes: > and made a small change in Makefile added *~ in clean rule.
I don't think that is appropriate. make clean should not delete any files that cannot be recreated by running make. I'd be quite annoyed if a Makefile I used deleted all my backup files. If you don't want backup files, simply disable them in emacs or whatever program created them in the first place. Regards, /Niels

