Skip to content

Instantly share code, notes, and snippets.

@JIghtuse
Forked from thcipriani/Makefile
Created May 10, 2014 00:01
Show Gist options
  • Save JIghtuse/9e6146dce30fa4f89b17 to your computer and use it in GitHub Desktop.
Save JIghtuse/9e6146dce30fa4f89b17 to your computer and use it in GitHub Desktop.
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