Created
August 12, 2015 20:28
-
-
Save jack126guy/3683989ac4175e0d9f46 to your computer and use it in GitHub Desktop.
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
all: me a sandwich | |
me: | |
@printf 'You ' | |
a: | |
@printf 'are ' | |
sandwich: | |
@printf 'a sandwich\n' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment