Skip to content

Instantly share code, notes, and snippets.

@ntnn
Created May 29, 2015 15:44

Revisions

  1. ntnn created this gist May 29, 2015.
    21 changes: 21 additions & 0 deletions Makefile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    default:

    sandwich:
    ifeq ($(shell echo $$UID), 0)
    # taken from http://www.ascii-art.de/ascii/s/sandwich.txt
    @echo " _.---._"
    @echo " _.-~ ~-._"
    @echo " _.-~ ~-._"
    @echo " _.-~ ~---._"
    @echo " _.-~ ~\\"
    @echo ".-~ _.;"
    @echo ":-._ _.-~./"
    @echo "}-._~-._ _..__.-~_.-~ )"
    @echo "\`-._~-._~-._ / ...-~H.-~"
    @echo " ~-nad.._\. _.-~ .:::: //"
    @echo " ~-. \`--...--~ _.-~__...==~"
    @echo " \.\`--...---+-~~~~~"
    @echo " ~-..----~"
    else
    @echo "No."
    endif