[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UNIX newbie question



joko@crl.com (Joe Kohn) writes:

>Is there are rule of thumb as to what files can be deleted after a compile?

Yes. If the makefile follows convention, you can use 'make clean' to remove
all the unnecessary files. Most of the time this just does the equivalent of
'rm *.o' although it may wipe everything that was built, so try it and see.

Todd Whitesel
toddpw @ ugcs.caltech.edu