consul/website/Makefile

11 lines
109 B
Makefile
Raw Normal View History

2015-10-09 18:29:08 -04:00
all: build
init:
bundle
dev: init
bundle exec middleman server
build: init
bundle exec middleman build