Skip to content

Instantly share code, notes, and snippets.

@JJ
Created March 18, 2017 08:08
Show Gist options
  • Save JJ/53c9a892d91033e227d60a6d781dc37c to your computer and use it in GitHub Desktop.
Save JJ/53c9a892d91033e227d60a6d781dc37c to your computer and use it in GitHub Desktop.
zip via Make
.PHONY: clean
recipes.zip: .
zip recipes.zip *.mk *.md
clean:
rm *~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment