Created
March 18, 2017 08:08
-
-
Save JJ/53c9a892d91033e227d60a6d781dc37c to your computer and use it in GitHub Desktop.
zip via Make
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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