hay (problem is solved... thank you)
I try to write a basic makefile which looks like
Code:
read_init: read_initCon.c
            gcc -o read_init read_initCon.c -lm
but the result is not the compilation of my program but the second line is printed to the shell and thats it... if I delete -lm at the end the compilation is working, but I need the link, so the compilation is not successful.
thanks for any help
best regards
florian