Hi,
I have prolly very noobish question. I compile my program separately with GCC by:
gcc -O2 -Wall -c foo.c
I just wat to ask if there is a chance to specify the output destination of foo.o file. Now the output is forwarded to the makefile dir.
Thank you for your interest.