Add Makefile

This commit is contained in:
Sam Handler 2015-09-24 13:51:25 -07:00
parent af27a99bb7
commit b274e94413
1 changed files with 10 additions and 0 deletions

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