bug-coreutils
[Top][All Lists]
Advanced

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

Build a single source file under src/


From: Thiago Farina
Subject: Build a single source file under src/
Date: Sun, 27 Dec 2009 21:33:40 -0200

Hi,

Is there a way to build just one program or a source file under src/ directory?

I mean, instead of just building everything when I type:

$ make

I just want to do something like this from the top level directory:

$ make tac-pipe.o # or make src/tac-pipe.o

But the output shows that doesn't work:

$ make tac-pipe.o
make: *** No rule to make target `tac-pipe.o'.  Stop.

$ make src/tac-pipe.o
make: *** No rule to make target `src/tac-pipe.o'.  Stop.

Thanks for the time and help.

Thiago




reply via email to

[Prev in Thread] Current Thread [Next in Thread]