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