Skip to content

Instantly share code, notes, and snippets.

@joar
Last active April 28, 2016 11:24
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 joar/52e5dfa2e28c6216f23f606a5fa2cd95 to your computer and use it in GitHub Desktop.
Save joar/52e5dfa2e28c6216f23f606a5fa2cd95 to your computer and use it in GitHub Desktop.
# Automatically update a gist from a local file
#
# Usage: make FILENAME.gist
%.gist: %
gist $(shell test -e $@ && echo -n '-u ' && cat $@) -p $< | tee $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment