The command "gcc -c" will generate *.o files to current directory.
But I want to put the *.o files to a specified directory without pollute current folder.
What should I do ?
The command "gcc -c" will generate *.o files to current directory.
But I want to put the *.o files to a specified directory without pollute current folder.
What should I do ?