Created
December 11, 2017 09:51
-
-
Save AungWinnHtut/1b27f6ee58514e2765ae6d91d79a0bba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
out: fun.o main.o | |
gcc -o out fun.o main.o | |
fun.o: fun.c | |
gcc -c -std=c98 -pedantic -Wall -o fun.o fun.c | |
main.o: main.c | |
gcc -c -std=c98 -pedantic -Wall -o main.o main.c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment