vagrant/website/docs/Makefile

10 lines
108 B
Makefile
Raw Normal View History

2015-09-24 23:41:40 +00:00
all: build
init:
bundle
dev: init
bundle exec middleman server
build: init
bundle exec middleman build