Skip to content

Instantly share code, notes, and snippets.

@hjpbarcelos
Created September 1, 2014 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hjpbarcelos/6bda7d5839dd8e856f14 to your computer and use it in GitHub Desktop.
Save hjpbarcelos/6bda7d5839dd8e856f14 to your computer and use it in GitHub Desktop.
Make example
main: main.c other.o
gcc -Wall main.c other.o -o main
other.o: other.c
gcc -c other.c -o other.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment