Add Makefile to `website/www`

This commit is contained in:
Sam Handler 2015-09-24 16:44:54 -07:00
parent 73314cfcbe
commit ab590f7740
1 changed files with 10 additions and 0 deletions

10
website/www/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