Created
May 26, 2015 05:44
-
-
Save hyperair/3aebc5ed96d9aa373278 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: 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