Skip to content

Commit

Permalink
first post
Browse files Browse the repository at this point in the history
  • Loading branch information
openfly committed Jul 11, 2016
1 parent 7ea7a1d commit fa4ebe2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# set shell to bash
SHELL = bash

# figure out absolute path of source repo
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))

# gather uname info
UNAME := $(shell uname)

ALL:
echo -e "$(UNAME) is terrible. Not building on this platform."
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ Repo so big, takes forever to download
## Contributors

![](http://ak-hdl.buzzfed.com/static/2014-05/enhanced/webdr03/20/11/anigif_enhanced-buzz-26110-1400598155-7.gif)

## Scumbag Steve
If your name is steve, list yourself here.
1 change: 1 addition & 0 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ echo
echo
echo "All tests failed in 9.0 seconds."
echo "Done."
echo "hack the planet!"
echo "No, wait... forgot to carry the 1"
echo "Running tests again"
echo -ne '##### (33%)\r'
Expand Down

0 comments on commit fa4ebe2

Please sign in to comment.