Dear Ladies/Gents,

I want to add gcc -p command in make file so i can use
prof command later.

But I don't know where to put it.
I had try as following but it did'nt work

foo:main.o foo.o
        gcc -p -o foo main.o foo.o
main.o:main.c foo.h
        gcc -c main.c
foo.o:foo.c foo.h
        gcc -c foo.c

Thanks in advance
TV

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to