Add Makefile

This commit is contained in:
Sam Handler 2015-09-24 13:51:25 -07:00
parent af27a99bb7
commit b274e94413

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