Skip to content

Instantly share code, notes, and snippets.

@jcgregorio
Last active February 19, 2019 02:42
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 jcgregorio/54342714828622a81d64d0e4ea77ca91 to your computer and use it in GitHub Desktop.
Save jcgregorio/54342714828622a81d64d0e4ea77ca91 to your computer and use it in GitHub Desktop.
foo: foo.c foo.h bar.c bar.h
gcc bar.c foo.c -o foo -lm
clean:
rm foo foo.o bar.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment