2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-25 05:00:32 +00:00
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