[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: UNIX newbie question
- Subject: Re: UNIX newbie question
- From: toddpw@pride.ugcs.caltech.edu (Todd P. Whitesel)
- Date: 10 Aug 1994 10:01:13 GMT
- Newsgroups: comp.sys.apple2
- Organization: California Institute of Technology, Pasadena
- References: <3289hf$1jh@crl3.crl.com> <328co0$22s@vixen.cso.uiuc.edu> <32915a$btu@crl3.crl.com>
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