mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
11 lines
109 B
Makefile
11 lines
109 B
Makefile
all: build
|
|
|
|
init:
|
|
bundle
|
|
|
|
dev: init
|
|
bundle exec middleman server
|
|
|
|
build: init
|
|
bundle exec middleman build
|