Re: Build a single source file under src/
Hi Alfred, On Sun, Dec 27, 2009 at 9:52 PM, Alfred M. Szmidt wrote: > The following might work: make -C src foo.o > Thanks for the quick answer. That didn't work for the tac-pipe example. $ make -C src tac-pipe.o make: Entering directory `/home/tfarina/coreutils/src' CC tac-pipe.o tac-pipe
Re: Build a single source file under src/
The following might work: make -C src foo.o