Add Makefile to `website/docs`

This commit is contained in:
Sam Handler 2015-09-24 16:41:40 -07:00
parent 4da2ec2fef
commit 599feb5d0e
1 changed files with 10 additions and 0 deletions

10
website/docs/Makefile Normal file
View File

@ -0,0 +1,10 @@
all: build
init:
bundle
dev: init
bundle exec middleman server
build: init
bundle exec middleman build