Created
May 9, 2014 12:42
-
-
Save thcipriani/25d8053e3ecd54908dda 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
me: | |
@true | |
a: | |
@true | |
sandwich: | |
@[ "$$(id -u)" -eq 0 ] && echo "Okay." || echo "What? Make it yourself." | |
.PHONY: me a sandwich |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! Works like a charm.