Skip to content

Commit

Permalink
First pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Dec 27, 2015
0 parents commit ef52b3d
Show file tree
Hide file tree
Showing 3 changed files with 1,725 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
all: index.html

force:
bikeshed -f spec ./index.src.html

index.html: index.src.html
bikeshed -f spec ./index.src.html

publish:
git push origin master master:gh-pages
Loading

0 comments on commit ef52b3d

Please sign in to comment.