Skip to content

Instantly share code, notes, and snippets.

@AungWinnHtut
Created December 11, 2017 09:51
Show Gist options
  • Save AungWinnHtut/1b27f6ee58514e2765ae6d91d79a0bba to your computer and use it in GitHub Desktop.
Save AungWinnHtut/1b27f6ee58514e2765ae6d91d79a0bba to your computer and use it in GitHub Desktop.
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