Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!att!cbnewsl!bonnie!rbr From: rbr@bonnie.ATT.COM (4197,ATTT) Newsgroups: comp.unix.shell Subject: Re: question about compiling Message-ID: <1991Jan8.135247.23445@cbnewsl.att.com> Date: 8 Jan 91 13:52:47 GMT References: Sender: @cbnewsl.att.com Reply-To: rbr@bonnie.ATT.COM (Bob Rager) Distribution: comp.unix.shell Organization: AT&T Bell Laboratories Lines: 21 In article cshort@nmsu.edu (SpamG*D lord of potted meat products) writes: > >hi. > >since my acount size is small, i would like to set up source >code in a /tmp then compile it into my dir. how would i do this? >also is the a make toggle that would delete the souce files >when it is done with them? > >thanks > >chris >cshort@nmsu.edu Use the "-o" option as in: cc -O -s -o ~/bin/$PGM $PGM.c which I use for simple C compilations. Bob Rager