Skip to content

Instantly share code, notes, and snippets.

@hjpbarcelos
Created September 1, 2014 01:26

Revisions

  1. Henrique J. P. Barcelos created this gist Sep 1, 2014.
    5 changes: 5 additions & 0 deletions Makefile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    main: main.c other.o
    gcc -Wall main.c other.o -o main

    other.o: other.c
    gcc -c other.c -o other.o