2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-18 09:41:32 +00:00

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