Search Results

Search: Posts Made By: jskako
2,820
Posted By jskako
Yeh you are right, i copied everything from...
Yeh you are right, i copied everything from book, can you tell me meaning of every line in my code .
2,820
Posted By jskako
In the end it was something like: FLAGS =...
In the end it was something like:

FLAGS = -O2 -Wall
FILES = primjer1.c primjer2.c primjer3.c
all : primjer1.c primjer1.c primjer3.c
gcc $(FLAGS) $(FILES) -o program
main.o : main.c
gcc -c...
2,820
Posted By jskako
And now lets say if i change "primjer2.c" source...
And now lets say if i change "primjer2.c" source code, i have to change makefile too? If yes how should i do that?
2,820
Posted By jskako
MakeFile
Hey everybody,

This may be stup*d question for you, but i am new in unix and i wonder how can i make the rules for translating and linking my .c "primjer1.c", "primjer2.c" and "primjer3.c" in...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 11:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy