Skip to content

Instantly share code, notes, and snippets.

@flagranterror
Last active March 17, 2016 15:03
Show Gist options
  • Save flagranterror/7e2cc53be905284eae09 to your computer and use it in GitHub Desktop.
Save flagranterror/7e2cc53be905284eae09 to your computer and use it in GitHub Desktop.
XKCD 149 IMPL
USERID := $(shell id -u)
.DEFAULT:
@sleep .1
sandwich:
ifeq ($(USERID), 0)
@echo "Okay:"
@echo
@echo " ##############"
@echo " ~~~~~~~~~~~~~~"
@echo " =============="
@echo " ##############"
@echo
else
@echo "What? Make it yourself."
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment