Add Makefile

This commit is contained in:
Sam Handler 2015-09-23 18:51:42 -07:00
parent f85fc866fe
commit 8895ab751d
1 changed files with 11 additions and 0 deletions

11
website/Makefile Normal file
View File

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