open-consul/website/Makefile

11 lines
109 B
Makefile
Raw Normal View History

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