Re: need solutions

2012-08-11 Thread Sebastian Pipping
On 08/07/2012 01:26 PM, thangarasu s wrote: > what is contents of makefile for helloworld.c programthen how to > compile and execute it .. With use of implicit rules that would be: $ cat Makefile helloworld: helloworld.o $ CFLAGS='-O2 -pipe -march=native' make cc -O2 -pipe -march

need solutions

2012-08-07 Thread thangarasu s
what is contents of makefile for helloworld.c programthen how to compile and execute it .. -- $SIERRAWARE CITIZEN$ ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make