open-consul/website/Makefile
2015-10-09 18:29:08 -04:00

11 lines
109 B
Makefile

all: build
init:
bundle
dev: init
bundle exec middleman server
build: init
bundle exec middleman build