Skip to content

Instantly share code, notes, and snippets.

@hyperair
Created May 26, 2015 05:44
Show Gist options
  • Select an option

  • Save hyperair/3aebc5ed96d9aa373278 to your computer and use it in GitHub Desktop.

Select an option

Save hyperair/3aebc5ed96d9aa373278 to your computer and use it in GitHub Desktop.
me: testroot
@echo Okay
a sandwich: testroot
testroot:
@if [ `whoami` != "root" ]; then \
echo "What? Make it yourself"; \
exit 1; \
fi
MAKEFLAGS = -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment