Skip to content

Instantly share code, notes, and snippets.

View mhockenbury's full-sized avatar

Matthew Hockenbury mhockenbury

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mhockenbury on github.
  • I am mhockenbury (https://keybase.io/mhockenbury) on keybase.
  • I have a public key ASCjF4JiSou6GJ2lNr_9ZO0H_tqIZUzDl2PzTPDKEHGm5go

To claim this, I am signing this object:

@mhockenbury
mhockenbury / Makefile
Last active August 29, 2015 14:24 — forked from isaacs/Makefile
# Hello, and welcome to makefile basics.
#
# You will learn why `make` is so great, and why, despite its "weird" syntax,
# it is actually a highly expressive, efficient, and powerful way to build
# programs.
#
# Once you're done here, go to
# http://www.gnu.org/software/make/manual/make.html
# to learn SOOOO much more.