Skip to content

Instantly share code, notes, and snippets.

@OneSadCookie
Created June 28, 2011 18:11
Show Gist options
  • Save OneSadCookie/1051770 to your computer and use it in GitHub Desktop.
Save OneSadCookie/1051770 to your computer and use it in GitHub Desktop.
all: stuff
stuff: stuff.c
cc $< -o $@
install: stuff
install -S $< /usr/local/bin
me:
a:
sandwich: install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment