Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Merge pull request #84 from alexanderpine/patch-1
Browse files Browse the repository at this point in the history
XKCD Easter Egg
  • Loading branch information
sshirokov committed Apr 12, 2013
2 parents e508ca4 + 7cbbeba commit f69aade
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile
Expand Up @@ -47,7 +47,11 @@ init:


## Main ## Main
.DEFAULT_GOAL = help .DEFAULT_GOAL = help
.PHONY: help init .PHONY: help init sandwich

# Easter egg
sandwich:
$(MAKE) data/sandwich


help: help:
@echo "Usage: " @echo "Usage: "
Expand Down
10 changes: 9 additions & 1 deletion data/README.md
@@ -1,4 +1,12 @@
Mr_Jaws.stl is a version of "Mr. Jaws" from http://www.thingiverse.com/thing:14702 Mr_Jaws.stl is a version of "Mr. Jaws" from http://www.thingiverse.com/thing:14702


Mr. Jaws by Mahoney is licensed under the Attribution - Share Alike - Creative Commons license. Mr. Jaws by Mahoney is licensed under the Attribution - Share Alike - Creative Commons license.
© 2011 by Mahoney © 2011 by Mahoney

Sandwich.stl is a version of "Reuben Sandwich on Plate"
from http://www.123dapp.com/123C-3D-Model/Reuben-Sandwich-on-Plate/599710

Reuben Sandwich on Plate by makethis
is licensed under the Autodesk Free Content License.

© 2012 by makethis
Binary file added data/sandwich.stl
Binary file not shown.

0 comments on commit f69aade

Please sign in to comment.